DOKK / manpages / debian 12 / liblog4c-doc / log4c_layout_type_dated.h.3.en
layout_type_dated.h(3) log4c layout_type_dated.h(3)

layout_type_dated.h - Implement a dated layout.

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

Implement a dated layout.

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

Generated automatically by Doxygen for log4c from the source code.

Thu Jan 19 2023 Version 1.2.4