BSL v0.0.0
AMMOS Bundle Protocol Security Library (BSL)
Loading...
Searching...
No Matches
BSL_LogEvent_event_t Struct Reference

A single event for the log. More...

+ Collaboration diagram for BSL_LogEvent_event_t:

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.
 

Detailed Description

A single event for the log.

Definition at line 56 of file LoggingStderr.c.

Field Documentation

◆ context

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().

◆ message

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().

◆ severity

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().

◆ thread

pthread_t BSL_LogEvent_event_t::thread

Source thread ID.

Definition at line 59 of file LoggingStderr.c.

Referenced by write_log().

◆ timestamp

struct timeval BSL_LogEvent_event_t::timestamp

Source event timestamp.

Definition at line 61 of file LoggingStderr.c.

Referenced by write_log().


The documentation for this struct was generated from the following file: