SimpleDatabaseConfiguration
class SimpleDatabaseConfiguration extends SimpleConfiguration (View source)
Traits
Trait ApplicationAwareTrait A trait used with ApplicationAwareInterface
Properties
| protected Application | $app | from ApplicationAwareTrait | |
| protected int | $coreLevel | The logging level to care about for all core logs.  | 
                from SimpleConfiguration | 
Methods
                    LoggerInterface
                
                
                    createLogger(string $channel)
        
                                            
                Create a new logger instance for a specific logigng channel.
from 
SimpleConfiguration
            
                    HandlerInterface
                
                
                    createHandler(int $level)
        
                                            
                
            Create a handler for a specific log level.
Details
        
                            
    setApplication(Application $app)
        
    
    Setter method for the application
        
                            
    __construct(int $coreLevel = Logger::DEBUG)
        
    
    No description
        
                            int
    getCoreLevel()
        
    
    No description
        
                            LoggerInterface
    createLogger(string $channel)
        
    
    Create a new logger instance for a specific logigng channel.
        
                    protected        HandlerInterface
    createHandler(int $level)
        
    
    Create a handler for a specific log level.