Home
last modified time | relevance | path

Searched refs:RotatingFileHandler (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php27 class RotatingFileHandler extends StreamHandler class
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md84 * Fixed support for relative paths in RotatingFileHandler
172 * Fixed support for relative paths in RotatingFileHandler
264 …* 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-d
399 * Added $useLocking to StreamHandler and RotatingFileHandler to enable flock() while writing
417 * Fixed regression in RotatingFileHandler file permissions
424 * Added $filePermissions to tweak file mode on StreamHandler and RotatingFileHandler
482 * Fixed issue in RotatingFileHandler when an open_basedir restriction is active
498 …* Fixed log rotation in RotatingFileHandler to work with long running scripts spanning multiple da…
H A DUPGRADE.md45 #### RotatingFileHandler subsubsection