TwiceAsNice
2019-02-18
|
Classes | |
class | exclog |
Macros | |
#define | EXCLOG_INFO(x) {exclog hui(__FILE__,__LINE__,errno,INFO, (x));} |
#define | EXCLOG_WARN(x) {exclog hui(__FILE__,__LINE__,errno,WARN, (x));} |
#define | EXCLOG_ERROR(x) {exclog hui(__FILE__,__LINE__,errno,ERROR,(x));} |
#define | EXCLOG_FATAL(x) {exclog hui(__FILE__,__LINE__,errno,FATAL,(x));} |
#define | EXCLOG_NEVER(x) {exclog hui(__FILE__,__LINE__,errno,NEVER,(x));} |
Enumerations | |
enum | exclog_SEVERITY { INFO, WARN, ERROR, FATAL, NEVER, INFO, WARN, ERROR, FATAL, NEVER, INFO, WARN, ERROR, FATAL, NEVER, INFO, WARN, ERROR, FATAL, NEVER } |
enum exclog_SEVERITY |