| Package | Description |
|---|---|
| eneter.messaging.diagnostic |
Tracing.
|
| Modifier and Type | Method and Description |
|---|---|
static EneterTrace.EDetailLevel |
EneterTrace.getDetailLevel()
Gets the detail level of the trace.
|
static EneterTrace.EDetailLevel |
EneterTrace.EDetailLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EneterTrace.EDetailLevel[] |
EneterTrace.EDetailLevel.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 |
EneterTrace.setDetailLevel(EneterTrace.EDetailLevel value)
Sets the detail level of the trace.
|