Class AcceptAllFilter

  • All Implemented Interfaces:
    java.util.logging.Filter

    public final class AcceptAllFilter
    extends java.lang.Object
    implements java.util.logging.Filter
    An accept-all filter.
    • Constructor Detail

      • AcceptAllFilter

        private AcceptAllFilter()
    • Method Detail

      • isLoggable

        public boolean isLoggable​(java.util.logging.LogRecord record)
        Always returns true.
        Specified by:
        isLoggable in interface java.util.logging.Filter
        Parameters:
        record - ignored
        Returns:
        true
      • getInstance

        public static AcceptAllFilter getInstance()
        Get the filter instance.
        Returns:
        the filter instance