10 #ifndef log4c_logging_event_h 11 #define log4c_logging_event_h 23 #include <log4c/defs.h> 32 struct __log4c_category;
51 const char* evt_category;
54 const char* evt_rendered_msg;
60 struct timeval evt_timestamp;
62 FILETIME evt_timestamp;
78 const char* a_category,
80 const char* a_message);
The internal representation of caller location information.
buffer object
Definition: buffer.h:32
logging event object
Definition: logging_event.h:49
LOG4C_API void log4c_logging_event_delete(log4c_logging_event_t *a_event)
Definition: logging_event.c:36
logging location information
Definition: location_info.h:39
LOG4C_API log4c_logging_event_t * log4c_logging_event_new(const char *a_category, int a_priority, const char *a_message)
Definition: logging_event.c:18