Package com.atlassian.bamboo.specs.util
Class LogUtils
- java.lang.Object
-
- com.atlassian.bamboo.specs.util.LogUtils
-
public final class LogUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidhintLogLevel(@NotNull Logger log, @NotNull Logger.LogLevel suggestedLevel)Logs a hint to enable more detailed logging to obtain additional information.
-
-
-
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 loggersuggestedLevel- suggested level of logging for additional information
-
-