ifm3dpy.logging.LogWriter
- class ifm3dpy.logging.LogWriter
Bases:
None
Base class for creating custom log writers.
- __init__(self: ifm3dpy.logging.LogWriter) None
Methods
__init__
(self)write
(self, entry)Called when the given entry should be written
- write(self: ifm3dpy.logging.LogWriter, entry: ifm3dpy.logging.LogEntry) None
Called when the given entry should be written