mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 00:26:10 +02:00
Added docblocks and fixed a couple tests
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
|
||||
namespace Monolog\Handler;
|
||||
|
||||
/**
|
||||
* Stores logs to files that are rotated every n day/week/month
|
||||
*
|
||||
* @author Jordi Boggiano <j.boggiano@seld.be>
|
||||
*/
|
||||
class RotatingFileHandler extends StreamHandler
|
||||
{
|
||||
protected $rotation;
|
||||
|
Reference in New Issue
Block a user