Patterns are a feature of SAS logging that enables you to associate
a layout with a particular logging output destination. The layout
specifies how the output is formatted before it is sent to the output
destination. The layout is specified as a pattern string that is similar
to the pattern strings that are used in the C language PRINTF statement.
The pattern layout contains literal text and format directives that
are called conversion specifiers.
Each conversion specifier
has the following syntax:
% [format_modifiers] conversion_character
If a pattern is not
specified, the default pattern is %m, the message.