yahelpers
Enhanced debugging functionality for the ya ecosystem
Loading...
Searching...
No Matches
logconstants.h
Go to the documentation of this file.
1
7#ifndef LOGCONSTANTS_H
8#define LOGCONSTANTS_H
9
10#define DEBUG "[ DEBUG ]: "
11
12#define INFO "[ INFO ]: "
13#define WARN "[ WARN ]: "
14#define ERROR "[ ERROR ]: "
15#define CRITICAL "[ CRITICAL ]: "
16#define FATAL "[ FATAL ]: "
17
18#endif