Package org.apache.pekko.event
Class NoLogging$
java.lang.Object
org.apache.pekko.event.NoLogging$
- All Implemented Interfaces:
LoggingAdapter
NoLogging is a LoggingAdapter that does absolutely nothing – no logging at all.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NoLogging$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionJava API to return the reference to NoLoggingfinal booleanfinal booleanfinal booleanfinal booleanprotected final voidnotifyDebug(String message) protected final voidnotifyError(String message) protected final voidnotifyError(Throwable cause, String message) protected final voidnotifyInfo(String message) protected final voidnotifyWarning(String message) protected final voidnotifyWarning(Throwable cause, String message) 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.LoggingAdapter
debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, format, format1, formatImpl, info, info, info, info, info, isEnabled, log, log, log, log, log, mdc, notifyLog, warning, warning, warning, warning, warning, warning, warning, warning, warning, warning
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
NoLogging$
public NoLogging$()
-
-
Method Details
-
getInstance
Java API to return the reference to NoLogging- Returns:
- The NoLogging instance
-
isErrorEnabled
public final boolean isErrorEnabled()- Specified by:
isErrorEnabledin interfaceLoggingAdapter
-
isWarningEnabled
public final boolean isWarningEnabled()- Specified by:
isWarningEnabledin interfaceLoggingAdapter
-
isInfoEnabled
public final boolean isInfoEnabled()- Specified by:
isInfoEnabledin interfaceLoggingAdapter
-
isDebugEnabled
public final boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceLoggingAdapter
-
notifyError
- Specified by:
notifyErrorin interfaceLoggingAdapter
-
notifyError
- Specified by:
notifyErrorin interfaceLoggingAdapter
-
notifyWarning
- Specified by:
notifyWarningin interfaceLoggingAdapter
-
notifyWarning
- Specified by:
notifyWarningin interfaceLoggingAdapter
-
notifyInfo
- Specified by:
notifyInfoin interfaceLoggingAdapter
-
notifyDebug
- Specified by:
notifyDebugin interfaceLoggingAdapter
-