Kitaru
Python SDK_terminal_logging

_KitaruTerminalHandler

Intercepts log records, rewrites ZenML messages, writes to terminal.

This handler never modifies the LogRecord — the rewrite is derived from record.getMessage() and only affects the string written to the terminal. Downstream handlers (notably ZenMLLoggingHandler) still see the original record.

Functions

func__init__(self) -> None
paramself

Returns

None
funcemit(self, record) -> None
paramself
paramrecordlogging.LogRecord

Returns

None

On this page