copyxnat.pyreporter.file_logger module

Class for logging to a file

class copyxnat.pyreporter.file_logger.FileLogger(data_dir, verbose)[source]

Bases: object

Class for logging to a file

debug(message)[source]

Message which can be ignored unless in verbose mode

error(message)[source]

Error message

info(message)[source]

Informational message

log(message)[source]

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

output(message)[source]

Information that on screen would be shown without message prefix

warning(message)[source]

Warning message