Logging

Logging helpers format cihai’s command-line output. Library users normally configure logging in their application and leave cihai.log.LogFormatter and cihai.log.DebugLogFormatter to the CLI layer.

Log utilities for cihai.

cihai.log

class cihai.log.LogFormatter
class cihai.log.LogFormatter

Bases: Formatter

Log formatter for cihai.

class cihai.log.DebugLogFormatter
class cihai.log.DebugLogFormatter

Bases: LogFormatter

Provides greater technical details than standard log Formatter.