Table of Contents
Interfaces
- EventLoggerInterface
Methods
-
emit()
: void
-
instance()
: self
emit()
public
emit(string $name[, mixed $body = null ][, int|null $timestamp = null ][, ContextInterface|null $context = null ][, Severity|int|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|int|null
= null
-
-
$attributes
: iterable<string|int, mixed>
= []
-
instance()
public
static instance() : self