Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '1.x' | Jordi Boggiano | 2016-07-29 | 1 | -1/+1 |
|\ | |||||
| * | Fix tests | Jordi Boggiano | 2016-07-29 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '1.x', fixes #771 | Jordi Boggiano | 2016-07-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Make separator optional | Jordi Boggiano | 2016-07-29 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '1.x' | Jordi Boggiano | 2016-07-29 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Allow other separators for the date format in RotatingFileHandler | Jordi Boggiano | 2016-07-29 | 1 | -4/+5 |
| | | |||||
| * | Add deprecation errors on RotatingFileHandler (#774) | Remon van de Kamp | 2016-05-20 | 1 | -0/+18 |
| | | | | | | | | | | | | * Add deprecation errors when attempting to set dateFormats of fileFormats that break the possibility of rotating easily in RotatingFileHandler. Version 2.x of Monolog will throw `\InvalidArgumentException`s in these cases. | ||||
* | | Move to strict mode and fix tests | Jordi Boggiano | 2016-05-27 | 1 | -2/+3 |
| | | |||||
* | | CS fixes | Jordi Boggiano | 2016-05-26 | 1 | -5/+5 |
| | | |||||
* | | Switch to DateTimeImmutable everywhere | Jordi Boggiano | 2016-05-20 | 1 | -2/+2 |
| | | |||||
* | | Lock down RotateFileHandler to prevent errors with rotation | Remon van de Kamp | 2016-04-18 | 1 | -0/+17 |
|/ | | | | | | | - Require the dateFormat to be one of three presets ('Y-m-d', 'Y-m' or 'Y') to ensure that dates can be sorted lexographically - Require the filenameFormat to contain the (sub)string `{date}` so we will actually create new files instead of the same file over and over again. | ||||
* | Fix race condition in rotating file handler, fixes #709 | Jordi Boggiano | 2016-03-01 | 1 | -0/+4 |
| | |||||
* | CS fixes & upgrading cs fixer config | Jordi Boggiano | 2015-11-18 | 1 | -2/+2 |
| | |||||
* | Make sure handlers can be closed multiple times | Jordi Boggiano | 2015-08-09 | 1 | -0/+2 |
| | |||||
* | Rename preferLocking to useLocking | Jordi Boggiano | 2014-07-28 | 1 | -3/+3 |
| | |||||
* | Add preferLocking flag to RotatingFileHandler | Jordi Boggiano | 2014-07-28 | 1 | -7/+8 |
| | |||||
* | CS fixes1.10.0 | Jordi Boggiano | 2014-06-04 | 1 | -3/+3 |
| | |||||
* | PHPDoc comment does not match method signature | Alberto López Doñaque | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Fixed the default file permission for RotatingFile | Christophe Coevoet | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | CS fixes | Jordi Boggiano | 2014-04-23 | 1 | -4/+4 |
| | |||||
* | Fix issue with changing the rotating file handler filename format, refs #267 | Jordi Boggiano | 2014-04-17 | 1 | -0/+2 |
| | |||||
* | minor indentation fixes | Pankaj Garg | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | -> indentation {nb} | Pankaj Garg | 2014-03-26 | 1 | -4/+4 |
| | |||||
* | option to set file permissions in rotatingFileHandler | Pankaj Garg | 2014-03-26 | 1 | -5/+6 |
| | |||||
* | CS fixes | Jordi Boggiano | 2013-12-26 | 1 | -1/+1 |
| | |||||
* | address second comment on using str_replace instead of printf for setting ↵ | Luis Cordova | 2013-11-05 | 1 | -9/+9 |
| | | | | filename format expression | ||||
* | change name according to Seldaek recommendation | Luis Cordova | 2013-11-05 | 1 | -1/+1 |
| | |||||
* | switch from setTimedFilename to setFilenameFormatParams | Luis Cordova | 2013-11-05 | 1 | -1/+1 |
| | |||||
* | move public method before protected ones | Luis Cordova | 2013-11-05 | 1 | -6/+6 |
| | |||||
* | remove unused glob member | Luis Cordova | 2013-11-05 | 1 | -2/+1 |
| | |||||
* | plug #245 log rotate with setTimedFilename | Luis Cordova | 2013-11-04 | 1 | -7/+33 |
| | |||||
* | Avoid using GlobIterator since it seems to trip up open_basedir ↵ | Jordi Boggiano | 2013-06-20 | 1 | -9/+7 |
| | | | | restrictions, fixes #204 | ||||
* | Force log rotation on a daily basis even for long running processes, fixes #166 | Jordi Boggiano | 2013-02-21 | 1 | -12/+29 |
| | |||||
* | CS fixes | Jordi Boggiano | 2012-06-14 | 1 | -4/+4 |
| | |||||
* | Made the write method protected | Christophe Coevoet | 2011-04-06 | 1 | -11/+11 |
| | | | | Tests are not a good reason to make it public. | ||||
* | Added phpdoc for all methods and added the typehint for the FormatterInterface | Christophe Coevoet | 2011-04-06 | 1 | -3/+4 |
| | |||||
* | Fixed typo | Jordi Boggiano | 2011-04-05 | 1 | -1/+1 |
| | |||||
* | Simplified RotatingFileHandler a bit | Jordi Boggiano | 2011-04-05 | 1 | -8/+4 |
| | |||||
* | Added tests for RotatingFileHandler | Jordi Boggiano | 2011-04-05 | 1 | -0/+2 |
| | |||||
* | Added docblocks | Jordi Boggiano | 2011-04-05 | 1 | -1/+1 |
| | |||||
* | Optimize rotation so it's only done once per day at most | Jordi Boggiano | 2011-04-05 | 1 | -1/+19 |
| | |||||
* | Fix CS | Jordi Boggiano | 2011-04-05 | 1 | -3/+3 |
| | |||||
* | Implemented the file rotation | Christophe Coevoet | 2011-04-05 | 1 | -11/+64 |
| | |||||
* | Added docblocks and fixed a couple tests | Jordi Boggiano | 2011-02-22 | 1 | -0/+5 |
| | |||||
* | Major refactoring to follow the Logbook model | Jordi Boggiano | 2011-02-20 | 1 | -0/+34 |