PeServer

LogOptions
in package

ロガー生成時にコンストラクタに渡される設定値等。

Table of Contents

Properties

$baseTraceIndex  : int
$configuration  : array<string|int, mixed>
$format  : string
$header  : string
$level  : int

Methods

__construct()  : mixed
生成。

Properties

$configuration

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

Methods

__construct()

生成。

public __construct(non-empty-string $header, int $baseTraceIndex, int $level, string $format[, array<string, mixed> $configuration = [] ]) : mixed
Parameters
$header : non-empty-string
$baseTraceIndex : int
$level : int
$format : string
$configuration : array<string, mixed> = []
Tags
phpstan-param

non-negative-int $baseTraceIndex

phpstan-param

ILogger::LOG_LEVEL_* $level

phpstan-param

literal-string $format

codeCoverageIgnore

        
On this page

Search results