|
log4c
1.2.4
|
Implement a dated layout (reentrant) with local time. More...

Go to the source code of this file.
Implement a dated layout (reentrant) with local time.
In log4j.PatternLayout conventions, the dated_local_r layout has the following conversion pattern: "%d %P %c - %m\n".
Where
"%d" is the date of the logging event "%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
1.8.3.1