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.
getFinishedLogRecords()
Indicates if the exporter has been "shutdown." When false, exported log records will not be stored in-memory.
Called to export ReadableLogRecords.
Stops the exporter.
Generated using TypeDoc
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.