1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 15:02:28 +01:00

switch from setTimedFilename to setFilenameFormatParams

This commit is contained in:
Luis Cordova 2013-11-05 10:10:35 -05:00
parent 93469c4108
commit a72862ffc3

View File

@ -60,7 +60,7 @@ class RotatingFileHandler extends StreamHandler
} }
} }
public function setTimedFilename($filenameFormat, $dateFormat) public function setFilenameFormatParams($filenameFormat, $dateFormat)
{ {
$this->filenameFormat = $filenameFormat; $this->filenameFormat = $filenameFormat;
$this->dateFormat = $dateFormat; $this->dateFormat = $dateFormat;