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

log4c_logging_event_t - logging event object

Author

       Generated automatically by Doxygen for log4c from the source code.

log4c                                             Version 1.2.4                         log4c_logging_event_t(3)

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

Name

       log4c_logging_event_t - logging event object

Synopsis

       #include <logging_event.h>

See Also