Class LogUtils


  • public final class LogUtils
    extends Object
    • 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