31 #ifndef DOXYGEN_SHOULD_SKIP_THIS   147     static Level s_level;
   150     static void log(
Level level, 
const char *fmt, va_list ap);
   153 #ifndef DOXYGEN_SHOULD_SKIP_THIS The fatal level. 
Definition: Log.h:74
 
Level
The severity level of the log. 
Definition: Log.h:69
 
static void error(const char *fmt,...)
Print an error message. 
Definition: Log.h:125
 
The warn level. 
Definition: Log.h:72
 
static void fatal(const char *fmt,...)
Print a fatal message and quit. 
Definition: Log.h:137
 
The debug level. 
Definition: Log.h:70
 
static void warning(const char *fmt,...)
Print a warning message. 
Definition: Log.h:113
 
The namespace for gf classes. 
Definition: Action.h:34
 
Log()=delete
Deleted constructor. 
 
static void info(const char *fmt,...)
Print an info message. 
Definition: Log.h:101
 
Logging functions. 
Definition: Log.h:59
 
static void debug(const char *fmt,...)
Print a debug message. 
Definition: Log.h:89
 
The error level. 
Definition: Log.h:73
 
#define GF_API
Definition: Portability.h:35
 
The info level. 
Definition: Log.h:71
 
#define GF_FORMAT(X, Y)
Definition: Portability.h:42
 
static void setLevel(Level level)
Set a global severity level.