DatabaseHandler
class DatabaseHandler extends AbstractProcessingHandler (View source)
Properties
| protected | $initialized | ||
| private | $statement | 
Methods
                    write(array $record)
        
                                            
                
            No description
                    initialize()
        
                                            
                
            No description
                    static 
                
                
                    clearAll()
        
                                            
                
            Clears all log entries. Requires the database handler.
                    static 
                
                
                    clearByChannel($channel)
        
                                            
                
            Clears log entries by channel. Requires the database handler.
Details
        
                    protected        
    write(array $record)
        
    
    No description
        
                        private    
    initialize()
        
    
    No description
        
                static            
    clearAll()
        
    
    Clears all log entries. Requires the database handler.
        
                static            
    clearByChannel($channel)
        
    
    Clears log entries by channel. Requires the database handler.