Tor
0.4.7.0-alpha-dev
|
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 144 of file log.c.
Referenced by pending_log_message_free_().
char* msg |
The content of the message
Definition at line 145 of file log.c.
Referenced by pending_log_message_free_().