Function Blam::Logger::LogEventForce(std::string, LogSeverity)

Function Documentation

void Blam::Logger::LogEventForce(std::string message, LogSeverity severity)

Forcibly logs a message to the log and/or console.

This will override the automatic duplicate message suppression.

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

  • severity: - The severity of the message.