mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 06:36:46 +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);
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds instance to the Registry
|
||||
*/
|
||||
public function addToRegistry()
|
||||
{
|
||||
Registry::addLogger($this);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user