Home
last modified time | relevance | path

Searched refs:flushOnClose (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/logging/
Dhandlers.py1297 flushOnClose=True): argument
1314 self.flushOnClose = flushOnClose
1356 if self.flushOnClose:
/external/python/cpython3/Doc/library/
Dlogging.handlers.rst886 .. class:: MemoryHandler(capacity, flushLevel=ERROR, target=None, flushOnClose=True)
892 handler does anything useful. If *flushOnClose* is specified as ``False``,
898 The *flushOnClose* parameter was added.