TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Core\Log\LogManagerInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Log\LogManagerInterface:
TYPO3\CMS\Core\Log\LogManager

Public Member Functions

 getLogger ($name='')
 

Detailed Description

LogManager Contract for delivering log instances.

Definition at line 20 of file LogManagerInterface.php.

Member Function Documentation

◆ getLogger()

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

Gets a logger instance for the given name.

Parameters
string$name
Returns

Referenced by TYPO3\CMS\Core\Log\LogManager\reset().