Used for unexpected conditions where recovery is not possible.
Optional
message: unknownThe message to log.
Rest
...optionalParams: unknown[]One or more optional params. Examples may include JSON data or Error objects.
Used for routine messages that happen during the course of ordinary operation.
Optional
message: unknownThe message to log.
Rest
...optionalParams: unknown[]One or more optional params. Examples may include JSON data or Error objects.
Used for unexpected conditions where recovery may be possible.
Optional
message: unknownThe message to log.
Rest
...optionalParams: unknown[]One or more optional params. Examples may include JSON data or Error objects.
Generated using TypeDoc
A logging interface for those SDK users that want to create their own logging behaviour.
While all of the input parameters are classified as unknown typically input falls into the categories of string, object or Error.