Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс LoggerService
+ Граф наследования:LoggerService:

Открытые члены

 log (int $level, string $message, int $eventType=0, array $context=[])
 
- Открытые члены унаследованные от BaseService
 __clone ()
 
 __wakeup ()
 

Защищенные члены

 isLevelSatisfied (int $level)
 
 isEventSatisfied (int $eventType)
 
 __construct (Container $config)
 
- Защищенные члены унаследованные от BaseService
 processException (\Exception $exception)
 

Статические защищенные данные

static $instance
 
- Статические защищенные данные унаследованные от BaseService
static $instance
 

Дополнительные унаследованные члены

- Открытые статические члены унаследованные от BaseService
static getInstance ()
 
- Защищенные статические члены унаследованные от BaseService
static createInstance (Container $config)
 
static getConfig (string $class)
 

Подробное описание

См. определение в файле loggerservice.php строка 9

Конструктор(ы)

◆ __construct()

__construct ( Container $config)
protected

Переопределяет метод предка BaseService.

См. определение в файле loggerservice.php строка 44

Методы

◆ isEventSatisfied()

isEventSatisfied ( int $eventType)
protected

См. определение в файле loggerservice.php строка 39

◆ isLevelSatisfied()

isLevelSatisfied ( int $level)
protected

См. определение в файле loggerservice.php строка 34

◆ log()

log ( int $level,
string $message,
int $eventType = 0,
array $context = [] )

Замещает ILogger.

См. определение в файле loggerservice.php строка 19

Данные класса

◆ $instance

$instance
staticprotected

См. определение в файле loggerservice.php строка 12