Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Go to the source code of this file.
Functions | |
void | FLOG (const char *a_Format, fmt::ArgList a_ArgList) |
void | FLOGERROR (const char *a_Format, fmt::ArgList a_ArgList) |
void | FLOGINFO (const char *a_Format, fmt::ArgList a_ArgList) |
void | FLOGWARNING (const char *a_Format, fmt::ArgList a_ArgList) |
void | LOG (const char *a_Format, fmt::ArgList a_ArgList) |
void | LOGERROR (const char *a_Format, fmt::ArgList a_ArgList) |
void | LOGINFO (const char *a_Format, fmt::ArgList a_ArgList) |
void | LOGWARNING (const char *a_Format, fmt::ArgList a_ArgList) |
void FLOG | ( | const char * | a_Format, |
fmt::ArgList | a_ArgList | ||
) |
Definition at line 120 of file Logger.cpp.
void FLOGERROR | ( | const char * | a_Format, |
fmt::ArgList | a_ArgList | ||
) |
Definition at line 147 of file Logger.cpp.
void FLOGINFO | ( | const char * | a_Format, |
fmt::ArgList | a_ArgList | ||
) |
Definition at line 129 of file Logger.cpp.
void FLOGWARNING | ( | const char * | a_Format, |
fmt::ArgList | a_ArgList | ||
) |
Definition at line 138 of file Logger.cpp.
void LOG | ( | const char * | a_Format, |
fmt::ArgList | a_ArgList | ||
) |
Definition at line 156 of file Logger.cpp.
void LOGERROR | ( | const char * | a_Format, |
fmt::ArgList | a_ArgList | ||
) |
Definition at line 183 of file Logger.cpp.
void LOGINFO | ( | const char * | a_Format, |
fmt::ArgList | a_ArgList | ||
) |
Definition at line 165 of file Logger.cpp.
void LOGWARNING | ( | const char * | a_Format, |
fmt::ArgList | a_ArgList | ||
) |
Definition at line 174 of file Logger.cpp.