![]() |
Icinga-core 1.4.0
next gen monitoring
|
log entry data struct More...
#include <readlogs.h>
Data Fields | |
time_t | timestamp |
int | type |
char * | entry_text |
struct logentry_struct * | next |
log entry data struct
structure to hold single log entries get_log_entries
Definition at line 119 of file readlogs.h.
the log text
Definition at line 122 of file readlogs.h.
struct logentry_struct* logentry_struct::next |
next logentry_struct
Definition at line 123 of file readlogs.h.
time_t logentry_struct::timestamp |
timestamp of log entry date
Definition at line 120 of file readlogs.h.
type of log entry -> LOG ENTRY TYPES
Definition at line 121 of file readlogs.h.