stanza.logger.session
Module Contents
Classes
Data
logger
API
Value: getLogger(...)
Session for the logger.
Check if buffer has grown too large and log warning once.
Initialize the session.
Raises:
LoggerSessionError: If session is already initialized
Finalize the session.
Log measurement data to a session.
Log analysis data to a session.
Log sweep data to a session.
Log parameters to a session.
Flush buffered data to all writers.
Raises:
LoggerSessionError: If any writer fails to write or flush data
Enter the session context.
Exit the session context.