public class ConsoleProgressIndicator extends ProgressIndicatorAdapter
| Constructor and Description |
|---|
ConsoleProgressIndicator() |
| Modifier and Type | Method and Description |
|---|---|
void |
logError(java.lang.String s,
java.lang.Throwable e)
Logs an error, including a stacktrace.
|
void |
logInfo(java.lang.String s)
Logs an info message.
|
void |
logWarning(java.lang.String s,
java.lang.Throwable e)
Logs a warning, including a stacktrace.
|
cancel, getFraction, isCanceled, isCancellable, isIndeterminate, logError, logWarning, setCancellable, setFraction, setIndeterminate, setSecondaryText, setTextpublic void logWarning(@NonNull
java.lang.String s,
@Nullable
java.lang.Throwable e)
ProgressIndicatorlogWarning in interface ProgressIndicatorlogWarning in class ProgressIndicatorAdapterpublic void logError(@NonNull
java.lang.String s,
@Nullable
java.lang.Throwable e)
ProgressIndicatorlogError in interface ProgressIndicatorlogError in class ProgressIndicatorAdapterpublic void logInfo(@NonNull
java.lang.String s)
ProgressIndicatorlogInfo in interface ProgressIndicatorlogInfo in class ProgressIndicatorAdapter