Uses of Class
com.atlassian.bamboo.specs.util.Logger
-
Packages that use Logger Package Description com.atlassian.bamboo.specs.util Utility classes, such as theBambooServerwhich publishes a plan on Bamboo. -
-
Uses of Logger in com.atlassian.bamboo.specs.util
Methods in com.atlassian.bamboo.specs.util that return Logger Modifier and Type Method Description static @NotNull LoggerLogger. getLogger(@NotNull java.lang.Class<?> forClass)Returns an instance of the logger for the givenclass.Methods in com.atlassian.bamboo.specs.util with parameters of type Logger Modifier and Type Method Description static voidLogUtils. hintLogLevel(@NotNull Logger log, @NotNull Logger.LogLevel suggestedLevel)Logs a hint to enable more detailed logging to obtain additional information.
-