1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-21 16:46:11 +02:00

Added tests for RotatingFileHandler

This commit is contained in:
Jordi Boggiano
2011-04-05 23:19:18 +02:00
parent 3b0f738b88
commit df1679967c
3 changed files with 99 additions and 0 deletions

View File

@@ -11,6 +11,8 @@
namespace Monolog\Handler;
use Monolog\Logger;
/**
* Stores logs to files that are rotated every day and a limited number of files are kept.
*