Protected_stoppedIndicates if the exporter has been "shutdown." When false, exported log records will not be stored in-memory.
Called to export ReadableLogRecords.
the list of sampled LogRecords to be exported.
Finish all pending exports as soon as possible, preferably before resolving the promise returned.
Stops the exporter.
This class can be used for testing purposes. It stores the exported LogRecords in a list in memory that can be retrieved using the
getFinishedLogRecords()method.