LoggerAwareInterface
                
            in
            
        
    
        
            Describes a logger-aware instance.
Table of Contents
Methods
- setLogger() : void
 - Sets a logger instance on the object.
 
Methods
setLogger()
Sets a logger instance on the object.
    public
                    setLogger(LoggerInterface $logger) : void
    Parameters
- $logger : LoggerInterface