Function mir::security_log

Function Documentation

void mir::security_log(logging::Severity severity, std::string const &event, std::string const &description)

Log a security event according to the OWASP specification.

Parameters:
  • severity – The severity of the event

  • event – A short string identifying the event type

  • description – A human-readable description of the event