Data Fields | |
char | date [256] |
char | file [80] |
char | function [80] |
int | level |
int | line |
struct { | |
logmsg * next | |
} | list |
long | process_id |
char | str [0] |
enum logmsgtypes | type |
Definition at line 132 of file logger.c.
char date[256] |
char file[80] |
char function[80] |
int level |
int line |
struct { ... } list |
long process_id |
char str[0] |
Definition at line 141 of file logger.c.
Referenced by logger_print_normal(), and logger_print_verbose().
enum logmsgtypes type |