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.

level Numeric value

  • CRITICAL 50

  • ERROR 40

  • WARNING 30

  • INFO 20

  • DEBUG 10

  • NOTSET 0

Parameters

level (int) – verbosity level; see Python logging library for details