Uses of Interface
java.util.logging.Filter
Packages that use Filter
Package
Description
Provides the classes and interfaces of
the Java 2 platform's core logging facilities.
-
Uses of Filter in java.util.logging
Methods in java.util.logging that return FilterModifier and TypeMethodDescriptionHandler.getFilter()
Get the currentFilter
for thisHandler
.Logger.getFilter()
Get the current filter for this Logger.Methods in java.util.logging with parameters of type Filter