OCR-D CLI: Logging
Logging
ocrd log [OPTIONS] COMMAND [ARGS]...
Options
-n
,
--name
<LOGGER_NAME>
Name of the logger
Environment variables
OCRD_TOOL_NAME
Provide a default for -n
Log a CRITICAL message
ocrd log critical [OPTIONS] [MSGS]...
Arguments
MSGS
Optional argument(s)
Log a DEBUG message
ocrd log debug [OPTIONS] [MSGS]...
Log a ERROR message
ocrd log error [OPTIONS] [MSGS]...
Log a INFO message
ocrd log info [OPTIONS] [MSGS]...
Log a TRACE message
ocrd log trace [OPTIONS] [MSGS]...
Log a WARNING message
ocrd log warning [OPTIONS] [MSGS]...
ocrd.cli.log.
LogCtx
Bases: object
object
log
Software library for OCR-D
Contents: