#include <log4c/defs.h>
#include <log4c/location_info.h>
#include <sys/time.h>
Include dependency graph for logging_event.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | log4c_logging_event_t |
| logging event object More... | |
Functions | |
| log4c_logging_event_t * | log4c_logging_event_new (const char *a_category, int a_priority, const char *a_message) |
| void | log4c_logging_event_delete (log4c_logging_event_t *a_event) |
When a affirmative logging decision is made a log4c_logging_event instance is created. This instance is passed around the different log4c components.
|
|
Destructor for a logging event.
|
|
||||||||||||||||
|
Constructor for a logging event.
|
1.3.9.1