Class LogUtils


  • @Internal
    public final class LogUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LogUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void logNotInstanceOf​(@NotNull java.lang.Class<?> expectedClass, @Nullable java.lang.Object sentrySdkHint, @NotNull ILogger logger)  
      • Methods inherited from class java.lang.Object

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

      • LogUtils

        public LogUtils()
    • Method Detail

      • logNotInstanceOf

        public static void logNotInstanceOf​(@NotNull
                                            @NotNull java.lang.Class<?> expectedClass,
                                            @Nullable
                                            @Nullable java.lang.Object sentrySdkHint,
                                            @NotNull
                                            @NotNull ILogger logger)