Package org.apache.pekko.event
Class LoggingFilterWithMarkerWrapper
java.lang.Object
org.apache.pekko.event.LoggingFilterWithMarkerWrapper
- All Implemented Interfaces:
LoggingFilter,LoggingFilterWithMarker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDebugEnabled(Class<?> logClass, String logSource) booleanisErrorEnabled(Class<?> logClass, String logSource) booleanisInfoEnabled(Class<?> logClass, String logSource) booleanisWarningEnabled(Class<?> logClass, String logSource) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.event.LoggingFilterWithMarker
isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarningEnabled
-
Constructor Details
-
LoggingFilterWithMarkerWrapper
-
-
Method Details
-
isDebugEnabled
- Specified by:
isDebugEnabledin interfaceLoggingFilter
-
isErrorEnabled
- Specified by:
isErrorEnabledin interfaceLoggingFilter
-
isInfoEnabled
- Specified by:
isInfoEnabledin interfaceLoggingFilter
-
isWarningEnabled
- Specified by:
isWarningEnabledin interfaceLoggingFilter
-