General
Computational modules
Input/transformation modules
Analysis/helper Modules
Theory
References
Context manager to temporarily silence a logger.
loggerName (str) – Name of the logger to silence. Defaults to ‘avaframe’
Example
>>> with silentLogger(): >>> # This code block will not produce any log output >>> function_with_noisy_logs()