BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
|
A single event for the log. More...
Data Fields | |
pthread_t | thread |
Source thread ID. | |
struct timeval | timestamp |
Source event timestamp. | |
int | severity |
Event severity enumeration. | |
string_t | context |
File and function context. | |
string_t | message |
Fully formatted message. | |
A single event for the log.
Definition at line 56 of file LoggingStderr.c.
string_t BSL_LogEvent_event_t::context |
File and function context.
Definition at line 65 of file LoggingStderr.c.
Referenced by BSL_LogEvent(), and write_log().
string_t BSL_LogEvent_event_t::message |
Fully formatted message.
Definition at line 67 of file LoggingStderr.c.
Referenced by BSL_closelog(), BSL_LogEvent(), BSL_openlog(), work_sink(), and write_log().
int BSL_LogEvent_event_t::severity |
Event severity enumeration.
Definition at line 63 of file LoggingStderr.c.
Referenced by BSL_closelog(), BSL_LogEvent(), and BSL_openlog().
pthread_t BSL_LogEvent_event_t::thread |
struct timeval BSL_LogEvent_event_t::timestamp |