summaryrefslogtreecommitdiffstats
path: root/src/Monolog/Handler/RotatingFileHandler.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1.x'Jordi Boggiano2016-07-291-1/+1
|\
| * Fix testsJordi Boggiano2016-07-291-1/+1
* | Merge branch '1.x', fixes #771Jordi Boggiano2016-07-291-1/+1
|\ \ | |/
| * Make separator optionalJordi Boggiano2016-07-291-1/+1
* | Merge branch '1.x'Jordi Boggiano2016-07-291-3/+4
|\ \ | |/
| * Allow other separators for the date format in RotatingFileHandlerJordi Boggiano2016-07-291-4/+5
| * Add deprecation errors on RotatingFileHandler (#774)Remon van de Kamp2016-05-201-0/+18
* | Move to strict mode and fix testsJordi Boggiano2016-05-271-2/+3
* | CS fixesJordi Boggiano2016-05-261-5/+5
* | Switch to DateTimeImmutable everywhereJordi Boggiano2016-05-201-2/+2
* | Lock down RotateFileHandler to prevent errors with rotationRemon van de Kamp2016-04-181-0/+17
|/
* Fix race condition in rotating file handler, fixes #709Jordi Boggiano2016-03-011-0/+4
* CS fixes & upgrading cs fixer configJordi Boggiano2015-11-181-2/+2
* Make sure handlers can be closed multiple timesJordi Boggiano2015-08-091-0/+2
* Rename preferLocking to useLockingJordi Boggiano2014-07-281-3/+3
* Add preferLocking flag to RotatingFileHandlerJordi Boggiano2014-07-281-7/+8
* CS fixes1.10.0Jordi Boggiano2014-06-041-3/+3
* PHPDoc comment does not match method signatureAlberto López Doñaque2014-05-221-1/+1
* Fixed the default file permission for RotatingFileChristophe Coevoet2014-04-241-1/+1
* CS fixesJordi Boggiano2014-04-231-4/+4
* Fix issue with changing the rotating file handler filename format, refs #267Jordi Boggiano2014-04-171-0/+2
* minor indentation fixesPankaj Garg2014-03-261-1/+1
* -> indentation {nb}Pankaj Garg2014-03-261-4/+4
* option to set file permissions in rotatingFileHandlerPankaj Garg2014-03-261-5/+6
* CS fixesJordi Boggiano2013-12-261-1/+1
* address second comment on using str_replace instead of printf for setting fil...Luis Cordova2013-11-051-9/+9
* change name according to Seldaek recommendationLuis Cordova2013-11-051-1/+1
* switch from setTimedFilename to setFilenameFormatParamsLuis Cordova2013-11-051-1/+1
* move public method before protected onesLuis Cordova2013-11-051-6/+6
* remove unused glob memberLuis Cordova2013-11-051-2/+1
* plug #245 log rotate with setTimedFilenameLuis Cordova2013-11-041-7/+33
* Avoid using GlobIterator since it seems to trip up open_basedir restrictions,...Jordi Boggiano2013-06-201-9/+7
* Force log rotation on a daily basis even for long running processes, fixes #166Jordi Boggiano2013-02-211-12/+29
* CS fixesJordi Boggiano2012-06-141-4/+4
* Made the write method protectedChristophe Coevoet2011-04-061-11/+11
* Added phpdoc for all methods and added the typehint for the FormatterInterfaceChristophe Coevoet2011-04-061-3/+4
* Fixed typoJordi Boggiano2011-04-051-1/+1
* Simplified RotatingFileHandler a bitJordi Boggiano2011-04-051-8/+4
* Added tests for RotatingFileHandlerJordi Boggiano2011-04-051-0/+2
* Added docblocksJordi Boggiano2011-04-051-1/+1
* Optimize rotation so it's only done once per day at mostJordi Boggiano2011-04-051-1/+19
* Fix CSJordi Boggiano2011-04-051-3/+3
* Implemented the file rotationChristophe Coevoet2011-04-051-11/+64
* Added docblocks and fixed a couple testsJordi Boggiano2011-02-221-0/+5
* Major refactoring to follow the Logbook modelJordi Boggiano2011-02-201-0/+34