Logger's log method signature
Log message to be logged (attached to the prefix). This can be an arbitrary value. Errors will be logged as-is, and other values are formatted as strings.
Arbitrary amount of additional values to be logged (attached to message).
Logger's log method signature