logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

layout_type_basic.h - Implement a basic layout.

Author

       Generated automatically by Doxygen for log4c from the source code.

log4c                                             Version 1.2.4                           layout_type_basic.h(3)

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

Name

       layout_type_basic.h - Implement a basic layout.

Synopsis

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

See Also