Package 

Class AndroidFatalLogger

  • All Implemented Interfaces:
    io.sentry.ILogger

    @ApiStatus.Internal() 
    public final class AndroidFatalLogger
     implements ILogger
                        
    • Method Summary

      Modifier and Type Method Description
      void log(@NotNull() SentryLevel level, @NotNull() String message, @Nullable() Array<Object> args)
      void log(@NotNull() SentryLevel level, @Nullable() Throwable throwable, @NotNull() String message, @Nullable() Array<Object> args)
      void log(@NotNull() SentryLevel level, @NotNull() String message, @Nullable() Throwable throwable)
      boolean isEnabled(@Nullable() SentryLevel level)
      • Methods inherited from class io.sentry.ILogger

        isEnabled, log
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AndroidFatalLogger

        AndroidFatalLogger()
      • AndroidFatalLogger

        AndroidFatalLogger(String tag)
    • Method Detail

      • log

         void log(@NotNull() SentryLevel level, @NotNull() String message, @Nullable() Array<Object> args)
      • log

         void log(@NotNull() SentryLevel level, @NotNull() String message, @Nullable() Throwable throwable)
      • isEnabled

         boolean isEnabled(@Nullable() SentryLevel level)