NoopExporter
in package
implements
LogRecordExporterInterface
Table of Contents
Interfaces
Methods
- export() : FutureInterface
- forceFlush() : bool
- shutdown() : bool
Methods
export()
public
export(iterable<string|int, mixed> $batch[, CancellationInterface|null $cancellation = null ]) : FutureInterface
Parameters
- $batch : iterable<string|int, mixed>
- $cancellation : CancellationInterface|null = null
Return values
FutureInterfaceforceFlush()
public
forceFlush([CancellationInterface|null $cancellation = null ]) : bool
Parameters
- $cancellation : CancellationInterface|null = null
Return values
boolshutdown()
public
shutdown([CancellationInterface|null $cancellation = null ]) : bool
Parameters
- $cancellation : CancellationInterface|null = null