#include <atomic>
#include <map>
#include <queue>
#include <string_view>
#include <fstream>
#include <thread>
#include <mutex>
#include "threading/mutex_auto_lock.h"
#include "util/basic_macros.h"
#include "util/stream.h"
#include "irrlichttypes.h"
#include "log.h"
Go to the source code of this file.
◆ LOGLEVEL_TO_MASKLEVEL
| #define LOGLEVEL_TO_MASKLEVEL |
( |
| x | ) |
(1 << x) |
◆ LogLevelMask
◆ LogColor
| Enumerator |
|---|
| LOG_COLOR_NEVER | |
| LOG_COLOR_ALWAYS | |
| LOG_COLOR_AUTO | |
◆ LogLevel
| Enumerator |
|---|
| LL_NONE | |
| LL_ERROR | |
| LL_WARNING | |
| LL_ACTION | |
| LL_INFO | |
| LL_VERBOSE | |
| LL_TRACE | |
| LL_MAX | |
◆ g_logger
◆ stderr_output
◆ stdout_output