com.ibm.websphere.logging

Class RawTraceList

  1. java.lang.Object
  2. extended bycom.ibm.ejs.ras.RawTraceList
  3. extended bycom.ibm.websphere.logging.RawTraceList

  1. public class RawTraceList
  2. 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
  1. static class
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
  1. static
  2. 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

  1. public RawTraceList()

Method Detail

getInstance

  1. public static RawTraceList getInstance( )