public interface ITrace
Modifier and Type | Interface and Description |
---|---|
static class |
ITrace.Indent |
static class |
ITrace.Kind |
Modifier and Type | Method and Description |
---|---|
void |
addTrace(ITrace.Kind kind,
String message)
Add general trace information message
|
void |
addTraceEndSection()
End tracing section
|
void |
addTraceEndSection(boolean isAdmin,
IUserSecurityCache.AdminType type)
End tracing section replacing Kind field with flag information
|
void |
addTraceEndSection(int access)
End tracing section replacing Kind field with access information
|
void |
addTraceStartSection(ITrace.Kind kind,
String message)
Add information and indent.
|
void |
clear()
clear all messages
|
String |
formatTrace()
Format the trace information in this object into a string, then clear the information
|
void addTrace(ITrace.Kind kind, String message)
kind
- message
- void addTraceEndSection()
void addTraceStartSection(ITrace.Kind kind, String message)
kind
- message
- void addTraceEndSection(int access)
access
- value of access levelvoid addTraceEndSection(boolean isAdmin, IUserSecurityCache.AdminType type)
isAdmin
- value of flagtype
- type of admin flagvoid clear()
String formatTrace()