Package java.util.logging
Interface Filter
-
public interface FilterAFilterprovides a mechanism for exercising fine-grained control over which records get logged.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisLoggable(LogRecord record)Checksrecordto determine if it should be logged.
-