Uses of Class
com.atlassian.bamboo.specs.util.Logger.LogLevel
-
Packages that use Logger.LogLevel Package Description com.atlassian.bamboo.specs.util Utility classes, such as theBambooServerwhich publishes a plan on Bamboo. -
-
Uses of Logger.LogLevel in com.atlassian.bamboo.specs.util
Fields in com.atlassian.bamboo.specs.util declared as Logger.LogLevel Modifier and Type Field Description static Logger.LogLevelLogger. LOG_LEVELCurrent log level.Methods in com.atlassian.bamboo.specs.util that return Logger.LogLevel Modifier and Type Method Description static Logger.LogLevelLogger.LogLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Logger.LogLevel[]Logger.LogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.specs.util with parameters of type Logger.LogLevel 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.voidLogger. log(@NotNull Logger.LogLevel logLevel, @NotNull java.lang.String message, @NotNull java.lang.Object... args)Logs the givenmessageatlogLevel.voidLogger. log(@NotNull Logger.LogLevel logLevel, @NotNull java.lang.Throwable throwable)Logs the giventhrowableatlogLevellevel.voidLogger. log(@NotNull Logger.LogLevel logLevel, @NotNull java.lang.Throwable throwable, @NotNull java.lang.String message, @NotNull java.lang.Object... args)Logs the giventhrowableandmessageatlogLevel.booleanLogger.LogLevel. shouldLog(Logger.LogLevel logLevel)Whether the message at givenlogLevelshould be logged.
-