JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
java.util.logging.Filter
Packages that use
Filter
Package
Description
java.util.logging
Uses of
Filter
in
java.util.logging
Methods in
java.util.logging
that return
Filter
Modifier and Type
Method
Description
Filter
Handler.
getFilter
()
Gets the filter used by this handler.
Filter
Logger.
getFilter
()
Gets the filter used by this logger.
Methods in
java.util.logging
with parameters of type
Filter
Modifier and Type
Method
Description
void
Handler.
setFilter
(
Filter
newFilter)
Sets the filter to be used by this handler.
void
Logger.
setFilter
(
Filter
newFilter)
Sets the filter used by this logger.