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) -> NoneparamselfReturns
Nonefuncemit(self, record) -> Noneparamselfparamrecordlogging.LogRecordReturns
None