Function casper_execution_engine::shared::logging::log_details[][src]

pub fn log_details(
    _log_level: Level,
    _message_format: String,
    _properties: BTreeMap<&str, String>
)

Logs a message using the given format and properties.

Arguments

  • log_level - log level of the message to be logged
  • message_format - a message template to apply over properties by key
  • properties - a collection of machine readable key / value properties which will be logged