|
Concord - C Discord API library
A Discord API wrapper library written in C
|
Information about a log entry. More...
#include <logmod.h>
Data Fields | |
| const unsigned | line |
| const char *const | filename |
| const unsigned | level |
| const struct logmod_label *const | label |
| const struct tm | time |
Information about a log entry.
| const unsigned logmod_info::line |
Source line number
| const char* const logmod_info::filename |
Source filename
| const unsigned logmod_info::level |
Log level
| const struct logmod_label* const logmod_info::label |
Label for this log level
| const struct tm logmod_info::time |
Time for when entry has been triggered