MonologErrorHandler
class MonologErrorHandler implements ErrorHandler (View source)
Methods
                    public                                                                            
                
                    $this
                
                                
                    pushLogger(LoggerInterface $logger)
        
                                            
                
            Adds a PSR-3 logger to send messages to, to the end of the stack
                    public                                                                            
                
                    $this
                
                                
                    setLoggers(array $loggers)
        
                                            
                
            Set the PSR-3 loggers (overwrites any previously configured values)
Details
        
                            $this
    pushLogger(LoggerInterface $logger)
        
    
    Adds a PSR-3 logger to send messages to, to the end of the stack
        
                            LoggerInterface[]
    getLoggers()
        
    
    Returns the stack of PSR-3 loggers
        
                            $this
    setLoggers(array $loggers)
        
    
    Set the PSR-3 loggers (overwrites any previously configured values)
        
                            
    start()
        
    
    Register and begin handling errors with this handler