LogLevel
    
            
            in package
            
        
    
    
    
Describes log levels.
Table of Contents
Constants
- ALERT = 'alert'
 - CRITICAL = 'critical'
 - DEBUG = 'debug'
 - EMERGENCY = 'emergency'
 - ERROR = 'error'
 - INFO = 'info'
 - NOTICE = 'notice'
 - WARNING = 'warning'
 
Constants
ALERT
    public
        mixed
    ALERT
    = 'alert'
    
    
    
    
CRITICAL
    public
        mixed
    CRITICAL
    = 'critical'
    
    
    
    
DEBUG
    public
        mixed
    DEBUG
    = 'debug'
    
    
    
    
EMERGENCY
    public
        mixed
    EMERGENCY
    = 'emergency'
    
    
    
    
ERROR
    public
        mixed
    ERROR
    = 'error'
    
    
    
    
INFO
    public
        mixed
    INFO
    = 'info'
    
    
    
    
NOTICE
    public
        mixed
    NOTICE
    = 'notice'
    
    
    
    
WARNING
    public
        mixed
    WARNING
    = 'warning'