Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
void | LogFormat (std::string_view a_Format, eLogLevel a_LogLevel, fmt::format_args a_ArgList) |
void | LogPrintf (std::string_view a_Format, eLogLevel a_LogLevel, fmt::printf_args a_ArgList) |
void | LogSimple (std::string_view a_Message, eLogLevel a_LogLevel) |
void Logger::LogFormat | ( | std::string_view | a_Format, |
eLogLevel | a_LogLevel, | ||
fmt::format_args | a_ArgList | ||
) |
Definition at line 151 of file Logger.cpp.
void Logger::LogPrintf | ( | std::string_view | a_Format, |
eLogLevel | a_LogLevel, | ||
fmt::printf_args | a_ArgList | ||
) |
Definition at line 160 of file Logger.cpp.
void Logger::LogSimple | ( | std::string_view | a_Message, |
eLogLevel | a_LogLevel | ||
) |
Definition at line 169 of file Logger.cpp.