mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-24 06:52:34 +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->dateFormat = $dateFormat;
|
||||
|
Loading…
x
Reference in New Issue
Block a user