 |
Blamite Game Engine - Strings
00326.06.27.21.0407.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Go to the documentation of this file.
6 #define STRINGS_API __declspec(dllexport)
8 #define STRINGS_API __declspec(dllimport)
11 #ifndef STRINGS_INTERNAL
12 #define STRINGS_INTERNAL
Interface used to receive log messages.
Definition: logger.h:106
Class represneting a basic log message.
Definition: logger.h:79
STRINGS_API void AddReceiver(BlamLogReceiver *receiver)
Registers a receiver which will be notified on new log messages.
Definition: logger.cpp:62
STRINGS_API void LogEvent(BlamBasicLogMessage message)
Logs an event to the logger.
Definition: logger.cpp:22
STRINGS_API void ShutdownLogger()
Shuts down the logger.
Definition: logger.cpp:13
#define STRINGS_API
Definition: logger.h:8
STRINGS_API void PrepareLogger()
Prepares the logger.
Definition: logger.cpp:5
STRINGS_API void RemoveReceiver(BlamLogReceiver *receiver)
Unregisters a receiver.
Definition: logger.cpp:72
Namespace containing functions for the unified logger.
Definition: logger.h:21
STRINGS_API std::vector< BlamBasicLogMessage > GetHistory()
Retrieves log history.
Definition: logger.cpp:82
TerminalColor
Enumerator listing all possible terminal colors.
Definition: logger.h:28
BlamLogLevel
Enumerator to specify log event severity.
Definition: logger.h:53