tempnet#

tempnet

Logging#

The package sets up a default logger on import. You can adjust the logging level:

>>> import tempnet
>>> tempnet.set_log_level("DEBUG")

Author#

Alexandre Bovet <alexandre.bovet@maths.ox.ac.uk>

Contributors#

License#

GNU Lesser General Public License v3 or later (LGPLv3+).

Submodules#

Functions#

set_log_level(level)

Set the logging level for the package.

Package Contents#

tempnet.set_log_level(level)[source]#

Set the logging level for the package.

Parameters:

level (str) – The logging level as a string (e.g., ‘DEBUG’, ‘INFO’).