bibliotekar.console.report#

Reporting / output for scripts.

Functions

configure(level)

Configure the reporter.

debug(message[, path])

Emit a debug message.

error(message[, path])

Report an error possibly in a given file.

info(message[, path])

Report an info message possibly in a given file.

print(*args, **kwargs)

Print something without the logger.

warning(message[, path])

Report a warning possibly in a given file.

Classes

TaskProgress(name, tasks[, refresh_per_second])

Progress display for a number of tasks.