Class LoggingFilter

    • Constructor Detail

      • LoggingFilter

        public LoggingFilter()
        Default Constructor.
      • LoggingFilter

        public LoggingFilter​(Class<?> clazz)
        Create a new NoopFilter using a class name
        Parameters:
        clazz - the cass which name will be used to create the logger
      • LoggingFilter

        public LoggingFilter​(String name)
        Create a new NoopFilter using a name
        Parameters:
        name - the name used to create the logger. If null, will default to "NoopFilter"