Logs ==== dynsight logging system. .. note:: A default :class:`Logger` is used, it writes to file every step processed by ``dynsight`` (e.g. comptuting a descriptor, performing clustering, etc.). An option of :class:`Logger` that automatically saves and records the dataset can be activated after importing the ``dynsight`` package by using: .. code-block:: python import dynsight dynsight.logs.logger.configure(auto_recording=True) The automatically stored datasets can be extracted using the :meth:`Logger.extract_datasets` method. A complete list of available attributes and methods is provided below. ----- Usage ----- .. toctree:: :maxdepth: 1 Logs <_autosummary/dynsight.logs.rst>