![]() |
Blamite Game Engine - Strings
00307.01.26.21.0804.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Namespace containing functions related to the logger. More...
Functions | |
STRINGS_API std::string | GenerateLogLevelPrefix (BlamLogLevel log_level) |
Generates a prefix for a given log level, such as [INFO] or [WARN] . More... | |
Namespace containing functions related to the logger.
std::string BlamStrings::Interface::Logger::GenerateLogLevelPrefix | ( | BlamLogLevel | log_level | ) |
Generates a prefix for a given log level, such as [INFO]
or [WARN]
.
log_level | - The log level to create a prefix for. |