OpenTelemetry PHP

MultiLogRecordProcessor
in package
implements LogRecordProcessorInterface

Table of Contents

Interfaces

LogRecordProcessorInterface

Properties

$processors  : array<int, LogRecordProcessorInterface>

Methods

__construct()  : mixed
forceFlush()  : bool
Returns `true` if all processors flush successfully, else `false`.
onEmit()  : void
shutdown()  : bool
Returns `true` if all processors shut down successfully, else `false` Subsequent calls to `shutdown` are a no-op.

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $processors) : mixed
Parameters
$processors : array<string|int, mixed>

        
On this page

Search results