yahelpers
Enhanced debugging functionality for the ya ecosystem
Loading...
Searching...
No Matches
Macros
logconstants.h File Reference

Various constants for the log header file. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEBUG   "[ DEBUG ]: "
 
#define INFO   "[ INFO ]: "
 
#define WARN   "[ WARN ]: "
 
#define ERROR   "[ ERROR ]: "
 
#define CRITICAL   "[ CRITICAL ]: "
 
#define FATAL   "[ FATAL ]: "
 

Detailed Description

Various constants for the log header file.

Author
asaeppel4231
Version
0.1

Macro Definition Documentation

◆ CRITICAL

#define CRITICAL   "[ CRITICAL ]: "

◆ DEBUG

#define DEBUG   "[ DEBUG ]: "

◆ ERROR

#define ERROR   "[ ERROR ]: "

◆ FATAL

#define FATAL   "[ FATAL ]: "

◆ INFO

#define INFO   "[ INFO ]: "

◆ WARN

#define WARN   "[ WARN ]: "