Skip to content

Mixins

LoggingMixin

__init__(source=None, notifier=None, *args, **kwargs)

A simple class that takes care of logging and notifications.

Parameters:

Name Type Description Default
source str | None

The source of the message (usually a layer instance).

None
notifier Callable | None

A notification function. Useful for communicating with a GUI (WIP).

None