ifm3dpy.logging.LogWriter

class ifm3dpy.logging.LogWriter

Bases: object

Base class for creating custom log writers.

__init__(self: LogWriter) None

Methods

__init__(self)

write(self, entry)

Called when the given entry should be written

write(self: LogWriter, entry: LogEntry) None

Called when the given entry should be written