Log a debug level message.
String which can contain sprintf
style format placeholders.
(Optional) Arguments which are passed to sprintf
to format the message.
Is debug log level enabled?
Log a error level message.
String which can contain sprintf
style format placeholders.
(Optional) Arguments which are passed to sprintf
to format the message.
Is error log level enabled?
Log a error level message with an associated error and stack trace.
String which can contain sprintf
style format placeholders.
Error object associated with this error message.
(Optional) Arguments which are passed to sprintf
to format the message.
Log a fatal level message.
String which can contain sprintf
style format placeholders.
(Optional) Arguments which are passed to sprintf
to format the message.
Is fatal log level enabled?
Log a info level message.
String which can contain sprintf
style format placeholders.
(Optional) Arguments which are passed to sprintf
to format the message.
Is info log level enabled?
Is the current log level off
?
Log a message with a custom level.
Level of the log message.
String which can contain sprintf
style format placeholders.
(Optional) Arguments which are passed to sprintf
to format the message.
Log a trace level message.
String which can contain sprintf
style format placeholders.
(Optional) Arguments which are passed to sprintf
to format the message.
Is trace log level enabled?
Log a warn trace level message.
String which can contain sprintf
style format placeholders.
(Optional) Arguments which are passed to sprintf
to format the message.
Is warn log level enabled?
Describes a generic logging implementation.