API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.logging. Filter View Source
Author(s)
Since
1.4
Version
1.6, 11/17/05
Serial
Hierarchy
 Filter
Subinterfaces
Description
public interface Filter
  A Filter can be used to provide fine grain control over what is logged, beyond the control provided by log levels.
See also:   
Methods
Hide/Show inherited methods
public boolean isLoggable (LogRecord record)
  Check if a given log record should be published.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar