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:
parent
93469c4108
commit
a72862ffc3
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user