table of contents
        
      
      
    | layout_type_dated_local_r.h(3) | log4c | layout_type_dated_local_r.h(3) | 
NAME¶
layout_type_dated_local_r.h - Implement a dated layout (reentrant) with local time.
SYNOPSIS¶
#include <log4c/defs.h>
  
  #include <log4c/layout.h>
Detailed Description¶
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
 
Author¶
Generated automatically by Doxygen for log4c from the source code.
| Sat Mar 14 2015 | Version 1.2.4 |