Home
last modified time | relevance | path

Searched refs:TimedRotatingFileHandler (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.6a2.rst267 logging.handlers: TimedRotatingFileHandler now accounts for daylight savings
277 logging.handlers: TimedRotatingFileHandler now calculates rollovers
287 logging.handlers: TimedRotatingFileHandler now uses improved logic for
D2.6b1.rst508 TimedRotatingFileHandler now takes an optional keyword argument "utc" to use
518 TimedRotatingFileHandler was using the wrong path when deleting old log
D2.7b1.rst460 ``TimedRotatingFileHandler`` by using the modification time of an existing
D2.7a1.rst2563 Fixed bug in next rollover time computation in TimedRotatingFileHandler.
/aosp_15_r20/external/python/cpython3/Doc/library/
Dlogging.handlers.rst218 :class:`RotatingFileHandler` and :class:`TimedRotatingFileHandler`. You should
241 and :class:`TimedRotatingFileHandler` deletes old log files (based on the
246 need to be used in a subclass of :class:`TimedRotatingFileHandler` which
247 overrides the :meth:`~TimedRotatingFileHandler.getFilesToDelete` method to
294 :class:`TimedRotatingFileHandler`. If either the namer or rotator callable
357 TimedRotatingFileHandler chapter
360 The :class:`TimedRotatingFileHandler` class, located in the
365 .. class:: TimedRotatingFileHandler(filename, when='h', interval=1, backupCount=0, encoding=None, d…
367 Returns a new instance of the :class:`TimedRotatingFileHandler` class. The
/aosp_15_r20/external/python/cpython2/Doc/library/
Dlogging.handlers.rst215 TimedRotatingFileHandler chapter
218 The :class:`TimedRotatingFileHandler` class, located in the
223 .. class:: TimedRotatingFileHandler(filename, when='h', interval=1, backupCount=0, encoding=None, d…
225 Returns a new instance of the :class:`TimedRotatingFileHandler` class. The
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_logging.py619 (logging.handlers.TimedRotatingFileHandler, (pfn, 'h')),
5469 fh = logging.handlers.TimedRotatingFileHandler(
5478 fh = logging.handlers.TimedRotatingFileHandler(
5521 assertRaises(ValueError, logging.handlers.TimedRotatingFileHandler,
5523 assertRaises(ValueError, logging.handlers.TimedRotatingFileHandler,
5525 assertRaises(ValueError, logging.handlers.TimedRotatingFileHandler,
5531 rh = logging.handlers.TimedRotatingFileHandler(
5552 rh = logging.handlers.TimedRotatingFileHandler(
5598 rotator = logging.handlers.TimedRotatingFileHandler(p, when='s',
5645 rh = logging.handlers.TimedRotatingFileHandler(
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0rc2.rst250 Fix a performance regression in logging TimedRotatingFileHandler. Only check
/aosp_15_r20/external/python/cpython2/Lib/logging/
Dhandlers.py162 class TimedRotatingFileHandler(BaseRotatingHandler): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/logging/
Dhandlers.py202 class TimedRotatingFileHandler(BaseRotatingHandler): class
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/logging/
H A Dhandlers.py202 class TimedRotatingFileHandler(BaseRotatingHandler): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/logging/
Dhandlers.py202 class TimedRotatingFileHandler(BaseRotatingHandler): class
/aosp_15_r20/external/python/cpython3/Lib/logging/
Dhandlers.py202 class TimedRotatingFileHandler(BaseRotatingHandler): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/logging/
Dhandlers.py202 class TimedRotatingFileHandler(BaseRotatingHandler): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/logging/
Dhandlers.py202 class TimedRotatingFileHandler(BaseRotatingHandler): class
/aosp_15_r20/external/python/cpython2/Doc/howto/
Dlogging.rst879 :class:`~handlers.TimedRotatingFileHandler`.
884 #. :class:`~handlers.TimedRotatingFileHandler` instances send messages to
/aosp_15_r20/external/python/cpython3/Doc/howto/
Dlogging.rst940 :class:`~handlers.TimedRotatingFileHandler`.
945 #. :class:`~handlers.TimedRotatingFileHandler` instances send messages to
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D2.6.rst2079 and :class:`TimedRotatingFileHandler` now
2084 :class:`TimedRotatingFileHandler` also has a *utc* constructor
D2.4.rst1181 convenience method, as well as a :class:`TimedRotatingFileHandler` class that
D3.4.rst1075 The :class:`~logging.handlers.TimedRotatingFileHandler` has a new *atTime*
/aosp_15_r20/external/python/cpython2/Doc/whatsnew/
D2.6.rst2075 and :class:`TimedRotatingFileHandler` now
2080 :class:`TimedRotatingFileHandler` also has a *utc* constructor
D2.4.rst1181 convenience method, as well as a :class:`TimedRotatingFileHandler` class that
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY5096 TimedRotatingFileHandler to rotate.
14639 TimedRotatingFileHandler.
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...