| Package | Description |
|---|---|
| net.java.trueupdate.manager.spec.cmd |
Specifies an API for revertible commands with durable side effects.
|
| Modifier and Type | Method and Description |
|---|---|
static LogContext.Method |
LogContext.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogContext.Method[] |
LogContext.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Level |
LogContext.failedLevel(LogContext.Method method) |
protected abstract String |
LogContext.failedMessage(LogContext.Method method) |
void |
LogContext.logFailed(LogContext.Method method,
long durationMillis) |
void |
LogContext.logStarting(LogContext.Method method) |
void |
LogContext.logSucceeded(LogContext.Method method,
long durationMillis) |
protected Object[] |
LogContext.params(LogContext.Method method,
boolean succeeded,
long durationMillis) |
protected Level |
LogContext.startingLevel(LogContext.Method method) |
protected abstract String |
LogContext.startingMessage(LogContext.Method method) |
protected Level |
LogContext.succeededLevel(LogContext.Method method) |
protected abstract String |
LogContext.succeededMessage(LogContext.Method method) |
Copyright © 2013–2016 Schlichtherle IT Services. All rights reserved.