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
$level
The log "level".
public
string
$level
$message
The log message.
public
string
$message
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> = []