libcaf
0.15.5
|
Encapsulates a single logging event. More...
#include <logger.hpp>
Public Attributes | |
event * | next |
Intrusive pointer to the next logging event. | |
event * | prev |
Intrusive pointer to the previous logging event. | |
int | level |
Level/priority of the event. | |
const char * | category_name |
Name of the category (component) logging the event. | |
const char * | pretty_fun |
Name of the current context as reported by __PRETTY_FUNCTION__ . | |
const char * | file_name |
Name of the current file. | |
int | line_number |
Current line in the file. | |
std::string | message |
User-provided message. | |
std::thread::id | tid |
Thread ID of the caller. | |
actor_id | aid |
Actor ID of the caller. | |
timestamp | tstamp |
Timestamp of the event. | |
Encapsulates a single logging event.