Skip to content

Add logging enabler and disabler

Maximilian Schambach requested to merge feature/loggin-disable into master

Description

Adds enable() and disable() function to logging module to activate or deactivate logging in a session. For example, use

import plenpy.logg as lg
lg.disable()

to disable logging.

Merge request reports

Loading