Class LogUtils


  • public final class LogUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void hintLogLevel​(@NotNull Logger log, @NotNull Logger.LogLevel suggestedLevel)
      Logs a hint to enable more detailed logging to obtain additional information.
      • Methods inherited from class java.lang.Object

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

      • hintLogLevel

        public static void hintLogLevel​(@NotNull
                                        @NotNull Logger log,
                                        @NotNull
                                        @NotNull Logger.LogLevel suggestedLevel)
        Logs a hint to enable more detailed logging to obtain additional information. If the logger is at sufficient details level, this method does nothing.
        Parameters:
        log - an instance of the logger
        suggestedLevel - suggested level of logging for additional information