Function Blam::Logger::LogEvent(std::string, bool)¶
Defined in File logger.h
Function Documentation¶
-
void
Blam::Logger::LogEvent(std::string message, bool show_timestamp) 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.