‪TYPO3CMS  11.5
TYPO3Tests\TestLogger\ConstructorAttributeChannelTester Class Reference

Public Member Functions

 __construct (#[Channel('beep')] LoggerInterface $logger)
 
 run ()
 

Protected Attributes

LoggerInterface $logger
 

Detailed Description

Definition at line 23 of file ConstructorAttributeChannelTester.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3Tests\TestLogger\ConstructorAttributeChannelTester::__construct ( # LoggerInterface  $logger[Channel( 'beep')])

Member Function Documentation

◆ run()

TYPO3Tests\TestLogger\ConstructorAttributeChannelTester::run ( )

Definition at line 34 of file ConstructorAttributeChannelTester.php.

Member Data Documentation

◆ $logger

LoggerInterface TYPO3Tests\TestLogger\ConstructorAttributeChannelTester::$logger
protected