‪TYPO3CMS  10.4
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 ($name='')
 

Detailed Description

LogManager Contract for delivering log instances.

Definition at line 21 of file LogManagerInterface.php.

Member Function Documentation

◆ getLogger()

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

Gets a logger instance for the given name.

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

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