5#ifndef SAPPHIRE_LOGGER_LOG_LEVEL_GUARD
6#define SAPPHIRE_LOGGER_LOG_LEVEL_GUARD
10#include <SA/Support/Flags.hpp>
51 SA_DEFINE_ENUM_CLASS_FLAGS(LogLevel);
std::wstring ToWString(const Log &_log)
ToWString implementation for log.
std::string ToString(LogLevel _lvl) noexcept
ToString implementation for LogLevel.
LogLevel
All levels of logging.
Definition LogLevel.hpp:26
@ AssertFailure
Assertion Failure level.
@ Default
Default log level (no assert success).
@ AssertSuccess
Assertion Success level.