mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 22:56:41 +02:00
Removed addToRegistry() method
This commit is contained in:
@@ -576,12 +576,4 @@ class Logger implements LoggerInterface
|
|||||||
{
|
{
|
||||||
return $this->addRecord(static::EMERGENCY, $message, $context);
|
return $this->addRecord(static::EMERGENCY, $message, $context);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Adds instance to the Registry
|
|
||||||
*/
|
|
||||||
public function addToRegistry()
|
|
||||||
{
|
|
||||||
Registry::addLogger($this);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user