1
0
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:
Tomáš Tatarko
2013-11-24 11:51:46 +01:00
parent 1827de4da3
commit 0a5db1985c

View File

@@ -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);
}
} }