logging_event.h(3) | log4c | logging_event.h(3) |
logging_event.h -
the internal representation of logging events.
#include <log4c/defs.h>
#include <log4c/buffer.h>
#include <log4c/location_info.h>
#include <sys/time.h>
struct log4c_logging_event_t
logging event object
LOG4C_API log4c_logging_event_t *
log4c_logging_event_new (const char *a_category, int a_priority,
const char *a_message)
LOG4C_API void log4c_logging_event_delete (log4c_logging_event_t
*a_event)
the internal representation of logging events.
When a affirmative logging decision is made a log4c_logging_event instance is created. This instance is passed around the different log4c components.
Parameters:
Parameters:
Todo
Generated automatically by Doxygen for log4c from the source code.
Mon May 2 2011 | Version 1.2.1 |