|
cbase 1.46.11
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 |
| LogLevel | level |
A structured event containing all metadata for a single log message.
Definition at line 53 of file base_log.h.
| va_list LogEvent::ap |
The variadic arguments for formatting.
Definition at line 54 of file base_log.h.
| const char* LogEvent::file |
The source file where the log originated.
Definition at line 56 of file base_log.h.
| const char* LogEvent::fmt |
The format string.
Definition at line 55 of file base_log.h.
| LogLevel LogEvent::level |
The severity level of the message.
Definition at line 58 of file base_log.h.
| int LogEvent::line |
The line number where the log originated.
Definition at line 57 of file base_log.h.