Cuberite
A lightweight, fast and extensible game server for Minecraft
Functions
Logger Namespace Reference

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)
 

Function Documentation

◆ LogFormat()

void Logger::LogFormat ( std::string_view  a_Format,
eLogLevel  a_LogLevel,
fmt::format_args  a_ArgList 
)

Definition at line 151 of file Logger.cpp.

◆ LogPrintf()

void Logger::LogPrintf ( std::string_view  a_Format,
eLogLevel  a_LogLevel,
fmt::printf_args  a_ArgList 
)

Definition at line 160 of file Logger.cpp.

◆ LogSimple()

void Logger::LogSimple ( std::string_view  a_Message,
eLogLevel  a_LogLevel 
)

Definition at line 169 of file Logger.cpp.