mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-12 16:14:08 +02:00
switch from setTimedFilename to setFilenameFormatParams
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user