Expand description

This module wraps functions related to logging stuff to screen. These are non-audit logs, which should be related to normal operation of the system, mainly captured by whatever deploy method is used.

Functions

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.
printDeprecated
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.