Class JavaLoggingFilter

  • All Implemented Interfaces:
    LoggingFilter

    public class JavaLoggingFilter
    extends java.lang.Object
    implements LoggingFilter
    Deprecated.
    Use Slf4jLoggingFilter instead. Since 2.6.0.
    LoggingFilter that uses the log level defined in the JUL backend configuration to filter log events before publishing the log events to the eventStream.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean isDebugEnabled​(java.lang.Class<?> logClass, java.lang.String logSource)
      Deprecated.
       
      boolean isErrorEnabled​(java.lang.Class<?> logClass, java.lang.String logSource)
      Deprecated.
       
      boolean isInfoEnabled​(java.lang.Class<?> logClass, java.lang.String logSource)
      Deprecated.
       
      boolean isWarningEnabled​(java.lang.Class<?> logClass, java.lang.String logSource)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isDebugEnabled

        public boolean isDebugEnabled​(java.lang.Class<?> logClass,
                                      java.lang.String logSource)
        Deprecated.
        Specified by:
        isDebugEnabled in interface LoggingFilter
      • isErrorEnabled

        public boolean isErrorEnabled​(java.lang.Class<?> logClass,
                                      java.lang.String logSource)
        Deprecated.
        Specified by:
        isErrorEnabled in interface LoggingFilter
      • isInfoEnabled

        public boolean isInfoEnabled​(java.lang.Class<?> logClass,
                                     java.lang.String logSource)
        Deprecated.
        Specified by:
        isInfoEnabled in interface LoggingFilter
      • isWarningEnabled

        public boolean isWarningEnabled​(java.lang.Class<?> logClass,
                                        java.lang.String logSource)
        Deprecated.
        Specified by:
        isWarningEnabled in interface LoggingFilter