ErrorReporterLogger
class ErrorReporterLogger implements LoggerInterface (View source)
A Logger that use the built-in PHP trigger_error function
Traits
LoggerTrait
Singleton pattern trait
Methods
__construct()
No description
log($level, $message, array $context = array())
Invoke PHP built-in function \trigger_error
Details
in SingletonTrait at line 23
static $this
getInstance()
Get the class singleton instance
at line 23
__construct()
at line 32
log($level, $message, array $context = array())
Invoke PHP built-in function \trigger_error
{@inheritdoc}