Logs

dynsight logging system.

Note

A default Logger is used, it writes to file every step processed by dynsight (e.g. comptuting a descriptor, performing clustering, etc.).

An option of Logger that automatically saves and records the dataset can be activated after importing the dynsight package by using:

import dynsight
dynsight.logs.logger.configure(auto_recording=True)

The automatically stored datasets can be extracted using the Logger.extract_datasets() method. A complete list of available attributes and methods is provided below.

Usage