TidyLogHandler

class sofia_redux.pipeline.interface.TidyLogHandler(stream=None)[source]

Bases: StreamHandler

Simple log handler for printing INFO messages.

Initialize the handler.

If stream is not specified, sys.stderr is used.

Methods Summary

emit(record)

Print the log message.

Methods Documentation

emit(record)[source]

Print the log message.

Parameters:
recordlogging.LogRecord

The log record.