Oracle Java ME Embedded

Uses of Interface
com.oracle.util.logging.Filter

Uses of Filter in com.oracle.util.logging
 

Methods in com.oracle.util.logging that return Filter
 Filter Logger.getFilter()
          Get the current filter for this Logger.
 Filter Handler.getFilter()
          Get the current Filter for this Handler.
 

Methods in com.oracle.util.logging with parameters of type Filter
 void Logger.setFilter(Filter newFilter)
          Set a filter to control output on this Logger.
 void Handler.setFilter(Filter newFilter)
          Set a Filter to control output on this Handler.
 


Oracle Java ME Embedded

Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.