noggin.logger.LiveLogger.to_dict¶
-
LiveLogger.to_dict() → Dict[str, Any][source]¶ Records the state of the logger in a dictionary.
This is the inverse of
from_dict()Returns: - Dict[str, Any]
Notes
To save your logger, use this method to convert it to a dictionary and then pickle the dictionary.