Optional
Readonly
logWrite a DEBUG severity log
Rest
...rest: TLoggableEntry[]Write a ERROR severity log
Rest
...rest: TLoggableEntry[]Write a INFO severity log
Rest
...rest: TLoggableEntry[]Protected
logThe main logging method that actually write to the log. The objective is to allow caller
to pass only Error object as a log, as well as supporting the case where a log contains
both the message and Error object. The message
attribute must never be undefined.
string or instance of Error
Rest
...rest: TLoggableEntry[]If a async destination based on AbstractAsyncLogDestination exists, use this method to wait for last log call complete.
number of time to retry. Default to retry for 20 times.
Write a PANIC severity log
Rest
...rest: TLoggableEntry[]Write a WARNING severity log
Rest
...rest: TLoggableEntry[]Generated using TypeDoc
Json Logger objact. Do not use this class directly; always create an instance of JLogger using LoggerFactory