pub fn print(addr: SocketAddr, requestor: String, tenant: String, msg: &str)
👎Deprecated since 0.3.0:

Use the log crate and format function instead

Expand description

Prints a log line to the screen. 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.