IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.logging
Class RawTraceList

java.lang.Object
  extended by com.ibm.ejs.ras.RawTraceList
      extended by 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
static class RawTraceList.PatternLevel
          PatternLevel is the class of objects stored in the RawTraceList.
 
Constructor Summary
RawTraceList()
           
 
Method Summary
static RawTraceList 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()

IBM WebSphere Application ServerTM
Release 8