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 logIfNotFlushable​(@NotNull ILogger logger, @Nullable java.lang.Object hint)  
      static void logIfNotRetryable​(@NotNull ILogger logger, @Nullable java.lang.Object hint)  
      • 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

      • logIfNotFlushable

        public static void logIfNotFlushable​(@NotNull
                                             @NotNull ILogger logger,
                                             @Nullable
                                             @Nullable java.lang.Object hint)
      • logIfNotRetryable

        public static void logIfNotRetryable​(@NotNull
                                             @NotNull ILogger logger,
                                             @Nullable
                                             @Nullable java.lang.Object hint)