Documentation

MessageLogged
in package

Table of Contents

$context  : array<string|int, mixed>
The log context.
$level  : string
The log "level".
$message  : string
The log message.
__construct()  : void
Create a new event instance.

Properties

$context

The log context.

public array<string|int, mixed> $context

Methods

__construct()

Create a new event instance.

public __construct(string $level, string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
$level : string
$message : string
$context : array<string|int, mixed> = []
Return values
void

Search results