pydit.loggerΒΆ

Module to provide support for logging with typical parameters

Functions

clear_line

clear_screen

code_to_chars

set_title

setup_logging

Configure the logging both to screen and a file with sensible parameters

start_logging_debug

Wrapper for setup_logging() to start logging at DEBUG level, with default parameters

start_logging_info

Wrapper for setup_logging() to start logging at INFO level, with default parameters

Classes

AnsiBack

AnsiCodes

object to contain ansi codes for the logger function to use

AnsiCursor

AnsiFore

AnsiStyle

ColoredFormatter

Colored log formatter.