log4c  1.2.4
layout_type_basic.h File Reference

Implement a basic layout. More...

#include <log4c/defs.h>
#include <log4c/layout.h>
Include dependency graph for layout_type_basic.h:

Go to the source code of this file.

Detailed Description

Implement a basic layout.

In log4j.PatternLayout conventions, the basic layout has the following conversion pattern: "%P %c - %m\n".

Where