bundles / IPython 9.10.0 / IPython / core / logger / Logger / logstop
function
IPython.core.logger:Logger.logstop
source: /IPython/core/logger.py :216
Signature
def logstop ( self ) Summary
Fully stop logging and close log file.
Extended Summary
In order to start logging again, a new logstart() call needs to be made, possibly (though not necessarily) with a new filename, mode and other options.
Aliases
-
IPython.core.interactiveshell.Logger.logstop