Man page - log4c_logging_event_t(3)

Packages contains this manual

Manual

log4c_logging_event_t

NAME
SYNOPSIS
Detailed Description
Author

NAME

log4c_logging_event_t - logging event object

SYNOPSIS

#include <logging_event.h>

Detailed Description

logging event object

Attributes description:
β€’

evt_category category name.

β€’

evt_priority priority of logging event.

β€’

evt_msg The application supplied message of logging event.

β€’

evt_buffer a pre allocated buffer to be used by layouts to format in a multi-thread environment.

β€’

evt_rendered_msg The application supplied message after layout format.

β€’

evt_timestamp The number of seconds elapsed since the epoch (1/1/1970 00:00:00 UTC) until logging event was created.

β€’

evt_loc The event’s location information

Author

Generated automatically by Doxygen for log4c from the source code.