Tor  0.4.7.0-alpha-dev
Data Fields
pending_log_message_t Struct Reference

Data Fields

int severity
 
log_domain_mask_t domain
 
char * fullmsg
 
char * msg
 

Detailed Description

Represents a log message that we are going to send to callback-driven loggers once we can do so in a non-reentrant way.

Definition at line 141 of file log.c.

Field Documentation

◆ domain

The domain of the message

Definition at line 143 of file log.c.

◆ fullmsg

char* fullmsg

The message, with all decorations

Definition at line 144 of file log.c.

Referenced by pending_log_message_free_().

◆ msg

char* msg

The content of the message

Definition at line 145 of file log.c.

Referenced by pending_log_message_free_().

◆ severity

int severity

The severity of the message

Definition at line 142 of file log.c.


The documentation for this struct was generated from the following file: