LogRecordProcessorInterface
in
Table of Contents
Methods
- forceFlush() : bool
- onEmit() : void
- shutdown() : bool
Methods
forceFlush()
public
forceFlush([CancellationInterface|null $cancellation = null ]) : bool
Parameters
- $cancellation : CancellationInterface|null = null
Return values
boolonEmit()
public
onEmit(ReadWriteLogRecord $record[, ContextInterface|null $context = null ]) : void
Parameters
- $record : ReadWriteLogRecord
- $context : ContextInterface|null = null
shutdown()
public
shutdown([CancellationInterface|null $cancellation = null ]) : bool
Parameters
- $cancellation : CancellationInterface|null = null