#include <switch_log.h>
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 |
|
|
A pointer to where the actual content of the message starts (skipping past the preformatted portion) |
|
|
The complete log message |
|
|
The file where the message originated |
|
|
The function where the message originated |
|
|
The log level of the message |
|
|
The line number where the message originated |
|
|
The time when the log line was sent |
|
|
|
1.3.9.1