Package | Description |
---|---|
co.codewizards.cloudstore.core.progress |
Classes showing/managing the progress of long-running operations.
|
Modifier and Type | Method and Description |
---|---|
LoggerProgressMonitor.LogLevel |
LoggerProgressMonitor.getLogLevel()
Get the log-level that is used when writing to the logger.
|
static LoggerProgressMonitor.LogLevel |
LoggerProgressMonitor.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggerProgressMonitor.LogLevel[] |
LoggerProgressMonitor.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggerProgressMonitor.setLogLevel(LoggerProgressMonitor.LogLevel logLevel)
Set the log-level to use when writing to the logger.
|
Copyright © 2013-2014. All Rights Reserved.