LoggerInterfacePass extends AbstractRecursivePass
Looks for constructor arguments that request LoggerInterface and registers a lookup to the LogManager
Table of Contents
Methods
- getClassChannelName() : string|null
- getParameterChannelName() : string|null
- processValue() : mixed
Methods
getClassChannelName()
protected
getClassChannelName(ReflectionClass $class) : string|null
Parameters
- $class : ReflectionClass
Return values
string|nullgetParameterChannelName()
protected
getParameterChannelName(ReflectionParameter $parameter) : string|null
Parameters
- $parameter : ReflectionParameter
Return values
string|nullprocessValue()
protected
processValue(mixed $value[, bool $isRoot = false ]) : mixed
Parameters
- $value : mixed
- $isRoot : bool = false