copyxnat.pyreporter.console_logger module

Logging to terminal

class copyxnat.pyreporter.console_logger.ConsoleLogger(console, verbose=False)[source]

Bases: object

Class for custom reporting actions

debug(message)[source]

Message which can be ignored unless in verbose mode

error(message)[source]

Error message to report to end user

info(message)[source]

Informational message which should be shown to the user

log(message)[source]

Message which should always be written to the log but not shown to the end user unless debugging

output(message)[source]

Print text to the console without a message prefix

warning(message)[source]

Warning message to report to end user