Package org.apache.pekko.event
Class DefaultLoggingFilter
java.lang.Object
org.apache.pekko.event.DefaultLoggingFilter
- All Implemented Interfaces:
LoggingFilter,LoggingFilterWithMarker
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultLoggingFilter(ActorSystem.Settings settings, EventStream eventStream) DefaultLoggingFilter(scala.Function0<Logging.LogLevel> logLevel) -
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
-
DefaultLoggingFilter
-
DefaultLoggingFilter
-
-
Method Details
-
isDebugEnabled
- Specified by:
isDebugEnabledin interfaceLoggingFilter
-
isErrorEnabled
- Specified by:
isErrorEnabledin interfaceLoggingFilter
-
isInfoEnabled
- Specified by:
isInfoEnabledin interfaceLoggingFilter
-
isWarningEnabled
- Specified by:
isWarningEnabledin interfaceLoggingFilter
-