com.ibm.websphere.logging
Class RawTraceList
- java.lang.Object
com.ibm.ejs.ras.RawTraceList
com.ibm.websphere.logging.RawTraceList
- public class RawTraceList
- extends RawTraceList
RawTraceList
manages the Sensitive Log and Trace Guard list of loggers and minimum levels at which those
loggers are allowed to log. Any attempt to modify the logger to log or trace at a level lower than that minimum will
be rejected.
Nested Class Summary
Modifier and Type | Class and Description |
---|---|
|
RawTraceList.PatternLevel
PatternLevel is the class of objects stored in the RawTraceList.
|
Constructor Summary
Constructor and Description |
---|
RawTraceList()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getInstance()
|
Methods inherited from class com.ibm.ejs.ras.RawTraceList |
---|
add, add, clear, contains, contains, getRestrictList, getRestrictListString, indexOf, indexOf, indexOf, indexOf, loadRestrictionVectorFromConfig, loadRestrictionVectorFromConfig, loadRestrictionVectorFromResource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
RawTraceList
- public RawTraceList()
Method Detail
getInstance
- public static RawTraceList getInstance( )