atobase  3.2.0
ATOMAS atobase
Name Defines

Names of loglevels as strings. More...

Macros

#define ATO_LOG_OFF_NAME   "off"
 "off" Log level as a string
 
#define ATO_LOG_FATAL_NAME   "fatal"
 "fatal" Log level as a string
 
#define ATO_LOG_ERR_NAME   "err"
 "err" Log level as a string
 
#define ATO_LOG_WARN_NAME   "warn"
 "warn" Log level as a string
 
#define ATO_LOG_INFO_NAME   "info"
 "info" Log level as a string
 
#define ATO_LOG_DEBUG_NAME   "debug"
 "debug" Log level as a string
 
#define ATO_LOG_TRACE_NAME   "trace"
 "trace" Log level as a string
 
#define ATO_LOG_ALL_NAME   "all"
 "all" Log level as a string
 

Detailed Description

Names of loglevels as strings.

The first character is unique and can be used to distinguish between them. This is useful, for example, if passing in on the command line.