Provided by: liblog4c-doc_1.2.1-3_all 

NAME
layout_type_basic.h -
Implement a basic layout.
SYNOPSIS
#include <log4c/defs.h>
#include <log4c/layout.h>
Detailed Description
Implement a basic layout.
In log4j.PatternLayout conventions, the basic 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
Author
Generated automatically by Doxygen for log4c from the source code.
Version 1.2.1 Tue May 3 2011 layout_type_basic.h(3)