LogWindowHandler#

class lsst.ts.m2gui.LogWindowHandler(signal_message: SignalMessage, message_format: str)#

Bases: Handler

Log window handler.

Parameters#

signal_messageSignalMessage

Signal of the new message.

message_formatstr

Format of the message.

Methods Summary

emit(record)

Do whatever it takes to actually log the specified logging record.

Methods Documentation

emit(record: LogRecord) None#

Do whatever it takes to actually log the specified logging record.

This version is intended to be implemented by subclasses and so raises a NotImplementedError.