|
cbase 1.50.0
C/C++ Static Template
|
A structured event containing all metadata for a single log message. More...
#include <base_log.h>
Public Attributes | |
| va_list | ap |
| const char * | fmt |
| const char * | file |
| int | line |
| BaseLogLevel | level |
A structured event containing all metadata for a single log message.
Definition at line 80 of file base_log.h.
| va_list BaseLogEvent::ap |
The variadic arguments for formatting.
Definition at line 81 of file base_log.h.
| const char* BaseLogEvent::file |
The source file where the log originated.
Definition at line 83 of file base_log.h.
| const char* BaseLogEvent::fmt |
The format string.
Definition at line 82 of file base_log.h.
| BaseLogLevel BaseLogEvent::level |
The severity level of the message.
Definition at line 85 of file base_log.h.
| int BaseLogEvent::line |
The line number where the log originated.
Definition at line 84 of file base_log.h.