Function Blam::Logger::LogEvent(std::string, bool, Blam::Logger::LogSeverity)¶
Defined in File logger.h
Function Documentation¶
-
void
Blam::Logger::LogEvent(std::string message, bool show_timestamp, Blam::Logger::LogSeverity severity) Logs a message to the log and/or console.
- Parameters
message: - The message to write to the log.show_timestamp: - Whether or not to show the timestamp in the log file.severity: - The severity of the message.