LoggerSetting
in package
ロガー設定。
Tags
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
$level
対象ログレベル。
public
int
$level
Tags
$loggerClass
ロガークラス。
public
ILogger>
$loggerClass
Attributes
- #[Mapping]
- $name: 'logger_class'