‪TYPO3CMS  11.5
TYPO3\CMS\Core\Log\LogManagerInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Log\LogManagerInterface:
TYPO3\CMS\Core\Log\LogManager

Public Member Functions

Psr Log LoggerInterface getLogger (string $name='')
 

Detailed Description

LogManager Contract for delivering log instances.

Definition at line 23 of file LogManagerInterface.php.

Member Function Documentation

◆ getLogger()

Psr Log LoggerInterface TYPO3\CMS\Core\Log\LogManagerInterface::getLogger ( string  $name = '')

Gets a logger instance for the given name.

Parameters
string$name
Returns
‪\Psr\Log\LoggerInterface

Implemented in TYPO3\CMS\Core\Log\LogManager.