:py:mod:`qsearch.logging` ========================= .. py:module:: qsearch.logging .. autoapi-nested-parse:: This module defines the Logger class, which is used to control and automate the logging of messages to stdout and to files. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: qsearch.logging.Logger .. py:class:: Logger(stdout_enabled=False, output_file=None, verbosity=1) This class is used to control what level of mesages get printed, and to where. .. py:method:: logprint(string, verbosity=1) This function logs the specified string according to the specified options.