| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.util |
Utility classes, such as the
BambooServer which publishes a plan on Bamboo. |
| Modifier and Type | Field and Description |
|---|---|
static Logger.LogLevel |
Logger.LOG_LEVEL
Current log level.
|
| Modifier and Type | Method and Description |
|---|---|
static Logger.LogLevel |
Logger.LogLevel.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LogUtils.hintLogLevel(@NotNull Logger log,
@NotNull Logger.LogLevel suggestedLevel)
Logs a hint to enable more detailed logging to obtain additional information.
|
void |
Logger.log(@NotNull Logger.LogLevel logLevel,
@NotNull String message,
Object... args)
Logs the given
message at logLevel. |
void |
Logger.log(@NotNull Logger.LogLevel logLevel,
@NotNull Throwable throwable)
Logs the given
throwable at logLevel level. |
void |
Logger.log(@NotNull Logger.LogLevel logLevel,
@NotNull Throwable throwable,
@NotNull String message,
Object... args)
Logs the given
throwable and message at logLevel. |
boolean |
Logger.LogLevel.shouldLog(Logger.LogLevel logLevel)
Whether the message at given
logLevel should be logged. |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.