#include <string>
#include <vector>
#include "Strings/components/utils/datetime/datetime.h"
Go to the source code of this file.
|
enum | TerminalColor {
TerminalColor::Black,
TerminalColor::Blue,
TerminalColor::Green,
TerminalColor::Cyan,
TerminalColor::Red,
TerminalColor::Magenta,
TerminalColor::Gold,
TerminalColor::Gray,
TerminalColor::DarkGray,
TerminalColor::BrightBlue,
TerminalColor::BrightGreen,
TerminalColor::BrightCyan,
TerminalColor::BrightRed,
TerminalColor::BrightMagenta,
TerminalColor::Yellow,
TerminalColor::White,
TerminalColor::Reset
} |
| Enumerator listing all possible terminal colors. More...
|
|
enum | BlamLogLevel { BlamLogLevel::None,
BlamLogLevel::Warning,
BlamLogLevel::Error,
BlamLogLevel::Severe
} |
| Enumerator to specify log event severity. More...
|
|
◆ LOGGER_ID_GUERILLA
#define LOGGER_ID_GUERILLA 1 |
◆ LOGGER_ID_KEYSTONE
#define LOGGER_ID_KEYSTONE 2 |
◆ LOGGER_ID_STRINGS
#define LOGGER_ID_STRINGS 3 |
◆ LOGGER_ID_TOOL
◆ LOGGER_ID_UNIFIED
#define LOGGER_ID_UNIFIED 5 |
◆ STRINGS_API
#define STRINGS_API __declspec(dllimport) |
◆ WSV_ERROR
Macro for 'Error' log seveirty.
◆ WSV_NONE
Macro for 'None' log seveirty.
◆ WSV_SEVERE
Macro for 'Severe' log seveirty.
◆ WSV_WARNING
Macro for 'Warning' log seveirty.
◆ BlamLogLevel
Enumerator to specify log event severity.
Enumerator |
---|
None | Indicates no severity, and is displayed with no formatting.
|
Warning | Indicates a warning message. Not something critical, but something that could cause unexpected behavior.
|
Error | Indicates an error that could cause engine instability.
|
Severe | Indicates a severe error that the engine cannot recover from.
|
◆ TerminalColor
Enumerator listing all possible terminal colors.
While the BlamBasicLogger does not support terminal output natively, applications which use it may wish to implement more complex terminal formatting - using colors.
Enumerator |
---|
Black | |
Blue | |
Green | |
Cyan | |
Red | |
Magenta | |
Gold | |
Gray | |
DarkGray | |
BrightBlue | |
BrightGreen | |
BrightCyan | |
BrightRed | |
BrightMagenta | |
Yellow | |
White | |
Reset | |