Package | Description |
---|---|
oracle.stellent.ridc.convenience.usersecurity | |
oracle.stellent.ridc.convenience.usersecurity.impl |
Modifier and Type | Method and Description |
---|---|
static ITrace.Kind |
ITrace.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITrace.Kind[] |
ITrace.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ITrace.addTrace(ITrace.Kind kind,
String message)
Add general trace information message
|
void |
ITrace.addTraceStartSection(ITrace.Kind kind,
String message)
Add information and indent.
|
Modifier and Type | Method and Description |
---|---|
void |
Trace.addTrace(ITrace.Kind kind,
String message)
Add general trace information message
|
void |
Trace.addTraceStartSection(ITrace.Kind kind,
String message)
Add information and indent.
|