Interface ILoggerBatchProcessor

All Known Implementing Classes:
LoggerBatchProcessor, NoOpLoggerBatchProcessor

public interface ILoggerBatchProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(@NotNull SentryLogEvent event)
     
    void
    close(boolean isRestarting)
     
  • Method Details

    • add

      void add(@NotNull @NotNull SentryLogEvent event)
    • close

      void close(boolean isRestarting)