Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

switch_log_node_t Struct Reference
[Logger Routines]

#include <switch_log.h>


Detailed Description

Log Data.


Data Fields

char * data
char file [80]
uint32_t line
char func [80]
switch_log_level_t level
switch_time_t timestamp
char * content
const char * userdata


Field Documentation

char* switch_log_node_t::content
 

A pointer to where the actual content of the message starts (skipping past the preformatted portion)

char* switch_log_node_t::data
 

The complete log message

char switch_log_node_t::file[80]
 

The file where the message originated

char switch_log_node_t::func[80]
 

The function where the message originated

switch_log_level_t switch_log_node_t::level
 

The log level of the message

uint32_t switch_log_node_t::line
 

The line number where the message originated

switch_time_t switch_log_node_t::timestamp
 

The time when the log line was sent

const char* switch_log_node_t::userdata
 


The documentation for this struct was generated from the following file:
Generated on Fri Oct 10 11:24:12 2008 for FreeSWITCH by  doxygen 1.3.9.1