PureeLogStore
interface PureeLogStore
Stores the buffered logs for batched emissions. Implementations of this interface are guaranteed to be thread-safe (called from a single thread).
See also
Inheritors
Functions
Link copied to clipboard
Adds a new PureeBufferedLog to the store.
Link copied to clipboard
Deletes all the logs according the age of the log.
Link copied to clipboard
Deletes the logs from the store.