Luis Cordova
|
fb542f2164
|
address second comment on using str_replace instead of printf for setting filename format expression
|
2013-11-05 13:55:03 -05:00 |
|
Luis Cordova
|
b140ff1bb0
|
change name according to Seldaek recommendation
|
2013-11-05 13:33:39 -05:00 |
|
Luis Cordova
|
a72862ffc3
|
switch from setTimedFilename to setFilenameFormatParams
|
2013-11-05 10:10:35 -05:00 |
|
Luis Cordova
|
93469c4108
|
move public method before protected ones
|
2013-11-05 10:07:35 -05:00 |
|
Luis Cordova
|
6489e364d8
|
remove unused glob member
|
2013-11-05 09:56:19 -05:00 |
|
Luis Cordova
|
6d17d0c89f
|
plug #245 log rotate with setTimedFilename
|
2013-11-04 23:05:35 -05:00 |
|
Jordi Boggiano
|
875ada786b
|
Avoid using GlobIterator since it seems to trip up open_basedir restrictions, fixes #204
|
2013-06-20 16:40:07 +02:00 |
|
Jordi Boggiano
|
953f21a7d8
|
Force log rotation on a daily basis even for long running processes, fixes #166
|
2013-02-21 11:03:40 +01:00 |
|
Jordi Boggiano
|
da33c84d07
|
CS fixes
|
2012-06-14 15:47:01 +02:00 |
|
Christophe Coevoet
|
3cb3dbdc8f
|
Made the write method protected
Tests are not a good reason to make it public.
|
2011-04-06 13:22:06 +02:00 |
|
Christophe Coevoet
|
87332a3e4e
|
Added phpdoc for all methods and added the typehint for the FormatterInterface
|
2011-04-06 00:50:18 +02:00 |
|
Jordi Boggiano
|
a9fc15a5a9
|
Fixed typo
|
2011-04-05 23:39:27 +02:00 |
|
Jordi Boggiano
|
189090d971
|
Simplified RotatingFileHandler a bit
|
2011-04-05 23:21:29 +02:00 |
|
Jordi Boggiano
|
df1679967c
|
Added tests for RotatingFileHandler
|
2011-04-05 23:19:59 +02:00 |
|
Jordi Boggiano
|
3b0f738b88
|
Added docblocks
|
2011-04-05 22:35:39 +02:00 |
|
Jordi Boggiano
|
45312dfc84
|
Optimize rotation so it's only done once per day at most
|
2011-04-05 22:24:39 +02:00 |
|
Jordi Boggiano
|
35dd65dea3
|
Fix CS
|
2011-04-05 22:15:22 +02:00 |
|
Christophe Coevoet
|
32d66528b2
|
Implemented the file rotation
|
2011-04-05 20:09:34 +02:00 |
|
Jordi Boggiano
|
811e6c79d6
|
Added docblocks and fixed a couple tests
|
2011-02-22 12:10:54 +01:00 |
|
Jordi Boggiano
|
3fa6e4b91f
|
Major refactoring to follow the Logbook model
|
2011-02-20 20:53:11 +01:00 |
|