31 #ifndef DOXYGEN_SHOULD_SKIP_THIS
179 static void print(
const char *fmt, ...);
182 static void log(
Level level,
Category category,
const char *fmt, va_list ap);
188 #ifndef DOXYGEN_SHOULD_SKIP_THIS
The error level.
Definition: Log.h:75
static void debug(Category category, const char *fmt,...)
Print a debug message.
Definition: Log.h:111
Category
The category of the log.
Definition: Log.h:82
static void warning(Category category, const char *fmt,...)
Print a warning message.
Definition: Log.h:137
Level
The severity level of the log.
Definition: Log.h:71
The network category.
Definition: Log.h:85
The resources category.
Definition: Log.h:87
static void setLevel(Category category, Level level)
Set a severity level for a category.
static void print(const char *fmt,...)
Print a message without any level or category.
static void fatal(Category category, const char *fmt,...)
Print a fatal message and quit.
Definition: Log.h:163
static void info(Category category, const char *fmt,...)
Print an info message.
Definition: Log.h:124
The debug level.
Definition: Log.h:72
Log()=delete
Deleted constructor.
The warn level.
Definition: Log.h:74
static void error(Category category, const char *fmt,...)
Print an error message.
Definition: Log.h:150
The fatal level.
Definition: Log.h:76
The graphics category.
Definition: Log.h:84
The physics category.
Definition: Log.h:86
Logging functions.
Definition: Log.h:61
The info level.
Definition: Log.h:73
#define GF_API
Definition: Portability.h:35
static void setLevel(Level level)
Set a global severity level.
The general category.
Definition: Log.h:83