Timezones
LoggingService Class Reference
Inheritance diagram for LoggingService:

Public Member Functions

 injectLogManager (LogManagerInterface $logManager)
 
 injectConfigurationManager (ConfigurationManagerInterface $configurationManager)
 
 getLogger (string $name)
 

Protected Attributes

 $objectManager
 
 $logManager
 
 $configurationManager
 

Detailed Description

Factory for model objects.

Version
$Id:$

@license http://opensource.org/licenses/gpl-license.php GNU protected License, version 2

Definition at line 29 of file LoggingService.php.

Member Function Documentation

◆ getLogger()

getLogger ( string  $name)

Get a logger instance The configuration of the logger is modified by extension typoscript config.

Parameters
string$namethe class name which this logger is for
Returns
\Psr\Log\LoggerInterface

Definition at line 66 of file LoggingService.php.

◆ injectConfigurationManager()

injectConfigurationManager ( ConfigurationManagerInterface  $configurationManager)
Parameters
ConfigurationManagerInterface$configurationManager

Definition at line 53 of file LoggingService.php.

◆ injectLogManager()

injectLogManager ( LogManagerInterface  $logManager)
Parameters
LogManagerInterface$logManager

Definition at line 42 of file LoggingService.php.

Field Documentation

◆ $configurationManager

$configurationManager
protected

Definition at line 49 of file LoggingService.php.

◆ $logManager

$logManager
protected

Definition at line 38 of file LoggingService.php.

◆ $objectManager

$objectManager
protected

Definition at line 34 of file LoggingService.php.


The documentation for this class was generated from the following file: