Searched refs:RotatingFileHandler (Results 1 – 3 of 3) sorted by relevance
27 class RotatingFileHandler extends StreamHandler class
84 * Fixed support for relative paths in RotatingFileHandler172 * Fixed support for relative paths in RotatingFileHandler264 …* Added support for more formats in RotatingFileHandler::setFilenameFormat as long as they have Y,…275 * Deprecated RotatingFileHandler::setFilenameFormat to only support 3 formats: Y, Y-m and Y-m-d399 * Added $useLocking to StreamHandler and RotatingFileHandler to enable flock() while writing417 * Fixed regression in RotatingFileHandler file permissions424 * Added $filePermissions to tweak file mode on StreamHandler and RotatingFileHandler482 * Fixed issue in RotatingFileHandler when an open_basedir restriction is active498 …* Fixed log rotation in RotatingFileHandler to work with long running scripts spanning multiple da…
45 #### RotatingFileHandler subsubsection