mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 00:56:08 +02:00
Add Logger::close and clarify what close and reset do plus
This commit is contained in:
@@ -118,6 +118,8 @@ class BufferHandler extends AbstractHandler
|
||||
|
||||
public function reset()
|
||||
{
|
||||
$this->flush();
|
||||
|
||||
parent::reset();
|
||||
|
||||
if ($this->handler instanceof ResettableInterface) {
|
||||
|
Reference in New Issue
Block a user