Package io.sentry.logger
Interface ILoggerBatchProcessor
- All Known Implementing Classes:
LoggerBatchProcessor,NoOpLoggerBatchProcessor
public interface ILoggerBatchProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(@NotNull SentryLogEvent event) voidclose(boolean isRestarting) voidflush(long timeoutMillis) Flushes log events.
-
Method Details
-
add
-
close
void close(boolean isRestarting) -
flush
void flush(long timeoutMillis) Flushes log events.- Parameters:
timeoutMillis- time in milliseconds
-