Package io.sentry.logger
Interface ILoggerBatchProcessor
- All Known Implementing Classes:
LoggerBatchProcessor
,NoOpLoggerBatchProcessor
public interface ILoggerBatchProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(@NotNull SentryLogEvent event) void
close
(boolean isRestarting) void
flush
(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
-