|
Tor 0.4.9.8
|
Data Fields | |
| int | severity |
| log_domain_mask_t | domain |
| char * | fullmsg |
| char * | msg |
Represents a log message that we are going to send to callback-driven loggers once we can do so in a non-reentrant way.
| log_domain_mask_t domain |
| char* fullmsg |
The message, with all decorations
Definition at line 145 of file log.c.
Referenced by pending_log_message_free_().
| char* msg |
The content of the message
Definition at line 146 of file log.c.
Referenced by pending_log_message_free_().