No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.
java.util.logging

Interface Filter


  • public interface Filter
    A Filter can be used to provide fine grain control over what is logged, beyond the control provided by log levels.

    Each Logger and each Handler can have a filter associated with it. The Logger or Handler will call the isLoggable method to check if a given LogRecord should be published. If isLoggable returns false, the LogRecord will be discarded.

    Since:
    1.4
    • Method Detail

      • isLoggable

        boolean isLoggable(LogRecord record)
        Check if a given log record should be published.
        Parameters:
        record - a LogRecord
        Returns:
        true if the log record should be published.
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph