log4c_layout_type_dated_r.h

Langue: en

Version: 283456 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

layout_type_dated_r.h - Implement a dated_r layout.

SYNOPSIS


#include <log4c/defs.h>
#include <log4c/layout.h>

Detailed Description

Implement a dated_r layout.

In log4j.PatternLayout conventions, the dated_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.