Data Fields | |
char | date [256] |
char | file [80] |
char | function [80] |
int | level |
int | line |
struct { | |
struct logmsg * next | |
} | list |
long | process_id |
char | str [0] |
enum logmsgtypes | type |
char date[256] |
Definition at line 143 of file logger.c.
Referenced by ast_log(), and logger_print_normal().
char file[80] |
Definition at line 145 of file logger.c.
Referenced by ast_log(), and logger_print_normal().
char function[80] |
Definition at line 147 of file logger.c.
Referenced by ast_log(), and logger_print_normal().
int level |
Definition at line 144 of file logger.c.
Referenced by ast_log(), and logger_print_normal().
int line |
Definition at line 146 of file logger.c.
Referenced by ast_log(), and logger_print_normal().
struct { ... } list |
long process_id |
Definition at line 148 of file logger.c.
Referenced by ast_log(), and logger_print_normal().
char str[0] |
Definition at line 150 of file logger.c.
Referenced by __ast_verbose_ap(), ast_log(), logger_print_normal(), and logger_print_verbose().
enum logmsgtypes type |
Definition at line 142 of file logger.c.
Referenced by __ast_verbose_ap(), and ast_log().