Neuron-PHP

Data
in package

DTO to pass log information internally.

Table of Contents

Properties

$channel  : string|null
$context  : array<string|int, mixed>
$level  : RunLevel
$levelText  : string
$text  : string
$timeStamp  : int

Methods

__construct()  : mixed

Properties

$channel

public string|null $channel

$context

public array<string|int, mixed> $context

$levelText

public string $levelText

$text

public string $text

$timeStamp

public int $timeStamp

Methods

__construct()

public __construct(int $timeStamp, string $text, RunLevel $level, string $levelText, array<string|int, mixed> $context[, string|null $channel = null ]) : mixed
Parameters
$timeStamp : int
$text : string
$level : RunLevel
$levelText : string
$context : array<string|int, mixed>
$channel : string|null = null

        
On this page

Search results