uHTTP for C++
Log.h File Reference

Namespaces

namespace  uHTTP
 

Macros

#define LogTrace(format, ...)
 
#define LogInfo(format, ...)
 
#define LogWarn(format, ...)
 
#define LogError(format, ...)
 
#define LogFatal(format, ...)
 
#define LogDebug(format, ...)
 

Functions

int uHTTP::Log (Logger *logger, int logType, const char *format,...)
 

Macro Definition Documentation

◆ LogDebug

#define LogDebug ( format,
... )

◆ LogError

#define LogError ( format,
... )
Value:
@ ERR
Definition LoggerTarget.h:43
static Logger * GetSharedInstance()
int Log(Logger *logger, int logType, const char *format,...)

◆ LogFatal

#define LogFatal ( format,
... )
Value:
@ FATAL
Definition LoggerTarget.h:44

◆ LogInfo

#define LogInfo ( format,
... )
Value:
@ INFO
Definition LoggerTarget.h:41

◆ LogTrace

#define LogTrace ( format,
... )
Value:
@ TRACE
Definition LoggerTarget.h:39

◆ LogWarn

#define LogWarn ( format,
... )
Value:
@ WARN
Definition LoggerTarget.h:42