Uses of Interface
com.resilientedge.util.logger.Filter

Packages that use Filter
com.resilientedge.util.logger   
 

Uses of Filter in com.resilientedge.util.logger
 

Classes in com.resilientedge.util.logger that implement Filter
 class LevelFilter
          A LevelFilter is a filter that establishes a minimum loggable level.
 class TopicLevelFilter
          A filter designed to restrict logging based on a level and topic.
 

Methods in com.resilientedge.util.logger that return Filter
 Filter Logger.getFilter()
          Return the Logger's filter.
 Filter LoggerInterface.getFilter()
          The implementation of this method should return the Logger's filter.
 

Methods in com.resilientedge.util.logger with parameters of type Filter
 void Logger.setFilter(Filter filter)
          Give the Logger a Filter
 void LoggerInterface.setFilter(Filter filter)
          The implementation of this method should give the Logger a Filter
 



Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.