‪TYPO3CMS  ‪main
TYPO3\CMS\Core\DependencyInjection\LoggerInterfacePass Class Reference
Inheritance diagram for TYPO3\CMS\Core\DependencyInjection\LoggerInterfacePass:

Protected Member Functions

mixed processValue ($value, $isRoot=false)
 
 getParameterChannelName (\ReflectionParameter $parameter)
 
 getClassChannelName (\ReflectionClass $class)
 

Detailed Description

Looks for constructor arguments that request LoggerInterface and registers a lookup to the LogManager

Definition at line 31 of file LoggerInterfacePass.php.

Member Function Documentation

◆ getClassChannelName()

TYPO3\CMS\Core\DependencyInjection\LoggerInterfacePass::getClassChannelName ( \ReflectionClass  $class)
protected

◆ getParameterChannelName()

TYPO3\CMS\Core\DependencyInjection\LoggerInterfacePass::getParameterChannelName ( \ReflectionParameter  $parameter)
protected

◆ processValue()

mixed TYPO3\CMS\Core\DependencyInjection\LoggerInterfacePass::processValue (   $value,
  $isRoot = false 
)
protected