Logging#
This module contains functions and variables to control dynasor’s logging
logger- the module logger
- dynasor.logging_tools.set_logging_level(level)[source]#
Alters the logging verbosity logging is handled.
Possible values from least to most verbose:
CRITICAL,ERROR,WARNING,INFO,DEBUG.- Parameters:
level (
str) – Verbosity level; see Python logging library for details.- Return type:
None