Log functions

The following functions are for logging. Each takes a single positional argument:

The log messages that are output automatically include the name of the pattern performing the log action. 

Each function takes a single positional argument:

Function nameParameterDescription

log.debug

(string)

Log the given message with a debug level message.

log.info

(string)

Log the given message with an info level message.

log.warn

(string)

Log the given message with a warn level message.

log.error

(string)

Log the given message with an error level message.

log.critical

(string)

Log the given message with a critical level message.
Was this page helpful? Yes No Submitting... Thank you

Comments