Package com.atlassian.bamboo.specs.util
Class LogUtils
java.lang.Object
com.atlassian.bamboo.specs.util.LogUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
hintLogLevel
(@NotNull Logger log, @NotNull Logger.LogLevel suggestedLevel) Logs a hint to enable more detailed logging to obtain additional information.
-
Method Details
-
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
-