Home
last modified time | relevance | path

Searched refs:WatchedFileHandler (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Doc/library/
Dlogging.handlers.rst128 WatchedFileHandler chapter
135 The :class:`WatchedFileHandler` class, located in the :mod:`logging.handlers`
153 .. class:: WatchedFileHandler(filename[,mode[, encoding[, delay]]])
155 Returns a new instance of the :class:`WatchedFileHandler` class. The specified
/external/python/cpython2/Lib/logging/
Dhandlers.py370 class WatchedFileHandler(logging.FileHandler): class
/external/python/cpython2/Lib/test/
Dtest_logging.py1981 h = logging.handlers.WatchedFileHandler(fn, delay=delay)
/external/python/cpython2/Doc/howto/
Dlogging.rst688 :class:`~logging.handlers.WatchedFileHandler` (relative to the logging module) or
908 #. :class:`~handlers.WatchedFileHandler` instances watch the file they are
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2074 and its subclasses :class:`WatchedFileHandler`, :class:`RotatingFileHandler`,
/external/python/cpython2/Misc/
DNEWS11247 - Patch #1598415: Added WatchedFileHandler to better support external