DTNMA Reference Tools v2.3.0 - 6.gdf8444d
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
cace_log_event_t Struct Reference

A single event for the log. More...

+ Collaboration diagram for cace_log_event_t:

Data Fields

pthread_t thread
 Source thread ID.
 
struct timespec timestamp
 Source event timestamp.
 
int severity
 Event severity enumeration.
 
m_string_t context
 File and function context.
 
m_string_t message
 Fully formatted message.
 

Detailed Description

A single event for the log.

Field Documentation

◆ context

m_string_t cace_log_event_t::context

File and function context.

Referenced by cace_log_event_deinit(), and cace_log_event_init().

◆ message

m_string_t cace_log_event_t::message

◆ severity

int cace_log_event_t::severity

Event severity enumeration.

Referenced by cace_closelog(), cace_log(), cace_log_event_init(), and cace_openlog().

◆ thread

pthread_t cace_log_event_t::thread

Source thread ID.

Referenced by cace_log_event_init().

◆ timestamp

struct timespec cace_log_event_t::timestamp

Source event timestamp.

Referenced by cace_log_event_init().


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