SilentLogger
class SilentLogger implements LoggerInterface (View source)
A logger that does nothing
Traits
LoggerTrait
Singleton pattern trait
Methods
__construct()
No description
log($level, $message, array $context = array())
Do nothing
Details
in SingletonTrait at line 23
static $this
getInstance()
Get the class singleton instance
at line 22
__construct()
at line 31
log($level, $message, array $context = array())
Do nothing
{@inheritdoc}