LoggerAware
NB: if a class implements this trait, and it is subclassed, instances of the class and of the subclass will share the same logger instance, unless the subclass reimplements these methods
Table of Contents
Properties
- $logger : mixed
Methods
- getLogger() : mixed
- setLogger() : void
Properties
$logger
protected
static mixed
$logger
Methods
getLogger()
public
getLogger() : mixed
setLogger()
public
static setLogger(mixed $logger) : void
Parameters
- $logger : mixed