mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-28 11:05:05 +01:00
Add Logger::close and clarify what close and reset do plus
This commit is contained in:
@@ -177,8 +177,6 @@ abstract class AbstractHandler implements HandlerInterface, ResettableInterface
|
||||
|
||||
public function reset()
|
||||
{
|
||||
$this->close();
|
||||
|
||||
foreach ($this->processors as $processor) {
|
||||
if ($processor instanceof ResettableInterface) {
|
||||
$processor->reset();
|
||||
|
||||
Reference in New Issue
Block a user