![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
reset () | |
registerLogger ($name) | |
getLoggerNames () | |
![]() | |
getLogger ($name= '') | |
Public Attributes | |
const | CONFIGURATION_TYPE_WRITER = 'writer' |
const | CONFIGURATION_TYPE_PROCESSOR = 'processor' |
Protected Member Functions | |
getConfigurationForLogger ($configurationType, $loggerName) | |
Protected Attributes | |
$loggers = array() | |
$rootLogger = null | |
Global LogManager that keeps track of global logging information.
Inspired by java.util.logging
Definition at line 22 of file LogManager.php.
__construct | ( | ) |
|
protected |
Returns the configuration from $TYPO3_CONF_VARS['LOG'] as hierarchical array for different components of the class hierarchy.
string | $configurationType | Type of config to return (writer, processor) |
string | $loggerName | Logger name |
\Psr\Log\InvalidArgumentException |
Definition at line 179 of file LogManager.php.
References $GLOBALS, and LogLevel\validateLevel().
getLoggerNames | ( | ) |
registerLogger | ( | $name | ) |
For use in unit test context only.
string | $name |
Definition at line 105 of file LogManager.php.
reset | ( | ) |
For use in unit test context only. Resets the internal logger registry.
Definition at line 62 of file LogManager.php.
|
protected |
Definition at line 39 of file LogManager.php.
|
protected |
Definition at line 46 of file LogManager.php.
Referenced by LogManager\__construct().
const CONFIGURATION_TYPE_PROCESSOR = 'processor' |
Definition at line 32 of file LogManager.php.
const CONFIGURATION_TYPE_WRITER = 'writer' |
Definition at line 27 of file LogManager.php.