Concord - C Discord API library
A Discord API wrapper library written in C
logmod_label Struct Reference

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
 

Detailed Description

Label properties for a log level.

See also
LOGMOD_LABEL_COLOR

Field Documentation

◆ name

const char* const logmod_label::name

Display name of the log level

◆ style

const char* const logmod_label::style

ANSI style code for this label

◆ visibility

const char* const logmod_label::visibility

ANSI visibility code for this label

◆ color

const char* const logmod_label::color

ANSI color code for this label

◆ output

const int logmod_label::output

Output stream: 0 = stdout, 1 = stderr


The documentation for this struct was generated from the following file: