Package org.apache.pekko.event
Interface LoggingFilterWithMarker
- All Superinterfaces:
LoggingFilter
- All Known Implementing Classes:
DefaultLoggingFilter,LoggingFilterWithMarkerWrapper,Slf4jLoggingFilter
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisDebugEnabled(Class<?> logClass, String logSource, LogMarker marker) booleanisErrorEnabled(Class<?> logClass, String logSource, LogMarker marker) booleanisInfoEnabled(Class<?> logClass, String logSource, LogMarker marker) booleanisWarningEnabled(Class<?> logClass, String logSource, LogMarker marker) Methods inherited from interface org.apache.pekko.event.LoggingFilter
isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarningEnabled
-
Method Details
-
isErrorEnabled
-
isWarningEnabled
-
isInfoEnabled
-
isDebugEnabled
-