mirror of
https://github.com/friendica/friendica
synced 2025-01-19 17:39:46 +00:00
remove unused Logger::devLog() method
This commit is contained in:
parent
633c692083
commit
08a50efb08
1 changed files with 0 additions and 17 deletions
|
@ -191,21 +191,4 @@ class Logger
|
||||||
{
|
{
|
||||||
self::getInstance()->debug($message, $context);
|
self::getInstance()->debug($message, $context);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* An alternative logger for development.
|
|
||||||
*
|
|
||||||
* Works largely as log() but allows developers
|
|
||||||
* to isolate particular elements they are targeting
|
|
||||||
* personally without background noise
|
|
||||||
*
|
|
||||||
* @param string $message Message to log
|
|
||||||
* @param string $level Logging level
|
|
||||||
* @return void
|
|
||||||
* @throws \Exception
|
|
||||||
*/
|
|
||||||
public static function devLog(string $message, string $level = LogLevel::DEBUG)
|
|
||||||
{
|
|
||||||
DI::devLogger()->log($level, $message);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue