Enum LogSeverity

Enum Documentation

enum Blam::Logger::LogSeverity

Enumerator to specify log event severity.

Values:

None

Indicates no severity, and is displayed with no formatting.

Info

Indicates an informative message. Mostly redundant due to the None option.

Error

Indicates an error that could cause engine instability.

Warning

Indicates a warning message. Not something critical, but something that could cause unexpected behavior.

Severe

Indicates a severe error that the engine most likely cannot recover from.

Critical

Indicates a critical error that the engine cannot recover from.

AiError

Placeholder for the future, indicates an error with AI.