CLog 0.1.0
logging as simple as putting on a shoe
Static Public Attributes | List of all members
clog.utils.common.LogLevel Class Reference

Static Public Attributes

int NORMAL = 0
 
int PASS = 1
 
int DEBUG = 2
 
int WARN = 3
 
int ERROR = 4
 

Detailed Description

Enumerator structure to map an integer against a log level.

Higher `int` value means higher severity of level for logging.

Member Data Documentation

◆ DEBUG

int clog.utils.common.LogLevel.DEBUG = 2
static

◆ ERROR

int clog.utils.common.LogLevel.ERROR = 4
static

◆ NORMAL

int clog.utils.common.LogLevel.NORMAL = 0
static

◆ PASS

int clog.utils.common.LogLevel.PASS = 1
static

◆ WARN

int clog.utils.common.LogLevel.WARN = 3
static

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