core.loggingmanager

Loggingmanager handles connecting all the log() calls to the configured log files or other sinks.

reload_logging()

Resets the logging system, retrieves current logging configuration from loggingmanager and initializes the configured log files or other sinks, eg syslog.

register_sink_type(name, sink_maker)

register_sink_type() lets you provide your own logging sink.