Skip to content

Logging

matchbox.common.logging

Logging utilities.

Functions:

Attributes:

CRITICAL module-attribute

CRITICAL = CRITICAL

FATAL module-attribute

FATAL = FATAL

ERROR module-attribute

ERROR = ERROR

WARNING module-attribute

WARNING = WARNING

WARN module-attribute

WARN = WARN

INFO module-attribute

INFO = INFO

DEBUG module-attribute

DEBUG = DEBUG

NOTSET module-attribute

NOTSET = NOTSET

logger module-attribute

logger = get_logger('matchbox')

get_console

get_console()

Get the console instance.

build_progress_bar

build_progress_bar(
    console: Console | None = None,
) -> Progress

Create a progress bar.