layout_type_dated_local.h - Implement a dated layout with local time.
Contents
Detailed Description
Implement a dated layout with local time.
In log4j.PatternLayout conventions, the dated 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
Name
layout_type_dated_local.h - Implement a dated layout with local time.
Synopsis
#include <log4c/defs.h>
#include <log4c/layout.h>
