Function Blam::LogEvent(std::string, bool)

Function Documentation

void Blam::LogEvent(std::string message, bool show_timestamp)

Legacy function to add a message to console.

Automatically changes severity based on prefix, and allows the user to specify whether or not to include the timestamp in the log file.

Parameters
  • message: - The message to add to the log.

  • show_timestamp: - Whether or not to display the timestamp.