EventLogger
in package
implements
EventLoggerInterface
Table of Contents
Interfaces
Properties
Methods
- emit() : void
Properties
$clock read-only
private
ClockInterface
$clock
$logger read-only
private
LoggerInterface
$logger
Methods
emit()
public
emit(string $name[, mixed $body = null ][, int|null $timestamp = null ][, ContextInterface|null $context = null ][, Severity|null $severityNumber = null ][, iterable<string|int, mixed> $attributes = [] ]) : void
Parameters
- $name : string
- $body : mixed = null
- $timestamp : int|null = null
- $context : ContextInterface|null = null
- $severityNumber : Severity|null = null
- $attributes : iterable<string|int, mixed> = []