Skip to main content

_stdout

TOC

Attributes

🅰 LogWriters

LogWriters = Registry("LOG_WRITERS")

🅰 console

console = Console()

🅰 whom2color

whom2color = {}

🅰 supported_colors

supported_colors = ["red", "green", "blue", "cyan", "yellow", "magenta"]

🅰 supported_text_styles

supported_text_styles = ["bold", "italic", "blink", "dim"]

Functions

🅵 log_write_stdout

def log_write_stdout(log: RawLog):