pub fn format(addr: SocketAddr, requestor: &str, tenant: &str, msg: &str) -> String
Expand description

Formats a log line with the default expected text. Depends on an address of the service accessing the server, the username of the service requestor, whatever tenant is being accessed, and a message to be displayed.