log4c
1.2.4
|
Implement a basic_r layout. More...
Go to the source code of this file.
Implement a basic_r layout.
In log4j.PatternLayout
conventions, the basic_r layout has the following conversion pattern: "%P %c - %m\n"
.
Where
"%P"
is the priority of the logging event "%c"
is the category of the logging event "%m"
is the application supplied message associated with the logging event