log4c  1.2.4
layout_type_basic_r.h File Reference

Implement a basic_r layout. More...

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

Go to the source code of this file.

Detailed Description

Implement a basic_r layout.

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

Where