ifm3dpy.logging.Logger

class ifm3dpy.logging.Logger

Bases: None

Provides access for configuring the logging facilities of ifm3d

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

log_level()

Get the active log level, messages below this level will be discarded

set_log_level(arg0)

Set the active log level, messages below this level will be discarded

set_writer(arg0)

Set the log writer.

static log_level() None

Get the active log level, messages below this level will be discarded

static set_log_level(arg0: ifm3dpy.logging.LogLevel) None

Set the active log level, messages below this level will be discarded

static set_writer(arg0: ifm3dpy.logging.LogWriter) None

Set the log writer.