![]() |
Blamite Game Engine - Strings
00315.05.27.21.0015.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Namespace containing functions for the Strings logger. More...
Namespaces | |
| API | |
| External API functions related to the Strings logger. | |
Functions | |
| STRINGS_INTERNAL void | PrepareLogger () |
| Prepares the Strings logger. More... | |
| STRINGS_INTERNAL void | LogEvent (BlamBasicLogMessage message) |
| Logs an event to the Strings log. More... | |
| STRINGS_INTERNAL void | LogEvent (std::string message) |
| Logs an event to the Strings log. More... | |
| STRINGS_INTERNAL void | LogEvent (std::string message, BlamLogLevel log_level) |
| Logs an event to the Strings log. More... | |
Namespace containing functions for the Strings logger.
| void BlamStringsInternal::Logger::LogEvent | ( | BlamBasicLogMessage | message | ) |
Logs an event to the Strings log.
| message | - The message to log to the console. |
| void BlamStringsInternal::Logger::LogEvent | ( | std::string | message | ) |
Logs an event to the Strings log.
| message | - The message to log to the console. |
| void BlamStringsInternal::Logger::LogEvent | ( | std::string | message, |
| BlamLogLevel | log_level | ||
| ) |
Logs an event to the Strings log.
| message | - The message to log to the console. |
| log_level | - The log level of the message. |
| void BlamStringsInternal::Logger::PrepareLogger | ( | ) |
Prepares the Strings logger.