#include <Core/OSDef.hpp>
#include <spdlog/async.h>
#include <spdlog/sinks/basic_file_sink.h>
#include <spdlog/sinks/stdout_color_sinks.h>
#include <spdlog/spdlog.h>
Go to the source code of this file.
|
| namespace | Sleak |
| | Root namespace for everything the engine exposes.
|
◆ _LOGGER
◆ SLEAK_ERROR
| #define SLEAK_ERROR |
( |
| ... | ) |
|
◆ SLEAK_FATAL
| #define SLEAK_FATAL |
( |
| ... | ) |
|
◆ SLEAK_INFO
| #define SLEAK_INFO |
( |
| ... | ) |
|
◆ SLEAK_LOG
◆ SLEAK_RETURN_ERR
| #define SLEAK_RETURN_ERR |
( |
| ... | ) |
|
Value:{ \
SLEAK_ERROR(__VA_ARGS__) \
return false; \
}
Definition at line 25 of file Logger.hpp.
◆ SLEAK_WARN
| #define SLEAK_WARN |
( |
| ... | ) |
|
◆ SPDLOG_WCHAR_SUPPORT
| #define SPDLOG_WCHAR_SUPPORT |