|
Concord - C Discord API library
A Discord API wrapper library written in C
|
Label properties for a log level. More...
#include <logmod.h>
Data Fields | |
| const char *const | name |
| const char *const | style |
| const char *const | visibility |
| const char *const | color |
| const int | output |
Label properties for a log level.
| const char* const logmod_label::name |
Display name of the log level
| const char* const logmod_label::style |
ANSI style code for this label
| const char* const logmod_label::visibility |
ANSI visibility code for this label
| const char* const logmod_label::color |
ANSI color code for this label
| const int logmod_label::output |
Output stream: 0 = stdout, 1 = stderr