Skip to main content
View module source on GitHub

Scribe

Scribe logger wrapper for maxim. Log level is managed externally via set_level or the standard logging API. By default, the logger uses the global logging configuration.

__init__

Initialize a scribe logger. Arguments:

debug

Log a debug message. Arguments:

warning

Log a warning message. Arguments:

log

Log a message. Arguments:

silence

Silence the logger. This method sets the logger level to CRITICAL + 1.

error

Log an error message. Arguments:

info

Log an info message. Arguments:

get_level

Get the level of the logger. Returns:

set_level

Set the level of the logger. Arguments: