![]() |
Blamite Game Engine - Strings
00307.01.26.21.0804.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
#include <Strings/components/interface/logger/logger.h>Go to the source code of this file.
Namespaces | |
| BlamStringsInternal | |
| BlamStringsInternal::Logger | |
| Namespace containing functions for the Strings logger. | |
| BlamStringsInternal::Logger::API | |
| External API functions related to the Strings logger. | |
Macros | |
| #define | STRINGS_API __declspec(dllimport) |
| #define | STRINGS_INTERNAL |
Functions | |
| STRINGS_INTERNAL void | BlamStringsInternal::Logger::PrepareLogger () |
| Prepares the Strings logger. More... | |
| STRINGS_INTERNAL void | BlamStringsInternal::Logger::LogEvent (BlamBasicLogMessage message) |
| Logs an event to the Strings log. More... | |
| STRINGS_INTERNAL void | BlamStringsInternal::Logger::LogEvent (std::string message) |
| Logs an event to the Strings log. More... | |
| STRINGS_INTERNAL void | BlamStringsInternal::Logger::LogEvent (std::string message, BlamLogLevel log_level) |
| Logs an event to the Strings log. More... | |
| STRINGS_API void | BlamStringsInternal::Logger::API::AddReceiver (BlamLogReceiver *receiver) |
| Registers a receiver which will be notified on new log messages. More... | |
| STRINGS_API void | BlamStringsInternal::Logger::API::RemoveReceiver (BlamLogReceiver *receiver) |
| Unregisters a receiver. More... | |
| #define STRINGS_API __declspec(dllimport) |
| #define STRINGS_INTERNAL |