PeServer

LoggerSetting
in package

ロガー設定。

Tags
immutable

Table of Contents

Properties

$configuration  : array<string, mixed>
ロガー独自設定。
$format  : string
フォーマット。
$level  : int
対象ログレベル。
$loggerClass  : ILogger>
ロガークラス。

Properties

$configuration

ロガー独自設定。

public array<string, mixed> $configuration = []

$format

フォーマット。

public string $format
Tags
phpstan-var

literal-string

$level

対象ログレベル。

public int $level
Tags
phpstan-var

ILogger::LOG_LEVEL_*

$loggerClass

ロガークラス。

public ILogger> $loggerClass
Attributes
#[Mapping]
$name: 'logger_class'

        
On this page

Search results