Package org.apache.pekko.http.impl.util
Class DefaultNoLogging$
java.lang.Object
org.apache.pekko.http.impl.util.DefaultNoLogging$
- All Implemented Interfaces:
org.apache.pekko.event.LoggingAdapter
INTERNAL API
A copy of NoLogging that can be used as a place-holder for "logging not explicitly specified". It can be matched on to be overridden with default behavior.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DefaultNoLogging$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) 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, info, info, info, info, info, isEnabled, log, log, log, log, log, mdc, notifyLog, notifyWarning, 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
-
DefaultNoLogging$
public DefaultNoLogging$()
-
-
Method Details
-
getInstance
Java API to return the reference to NoLogging- Returns:
- The NoLogging instance
-
isErrorEnabled
public final boolean isErrorEnabled()- Specified by:
isErrorEnabledin interfaceorg.apache.pekko.event.LoggingAdapter
-
isWarningEnabled
public final boolean isWarningEnabled()- Specified by:
isWarningEnabledin interfaceorg.apache.pekko.event.LoggingAdapter
-
isInfoEnabled
public final boolean isInfoEnabled()- Specified by:
isInfoEnabledin interfaceorg.apache.pekko.event.LoggingAdapter
-
isDebugEnabled
public final boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceorg.apache.pekko.event.LoggingAdapter
-
notifyError
- Specified by:
notifyErrorin interfaceorg.apache.pekko.event.LoggingAdapter
-
notifyError
- Specified by:
notifyErrorin interfaceorg.apache.pekko.event.LoggingAdapter
-
notifyWarning
- Specified by:
notifyWarningin interfaceorg.apache.pekko.event.LoggingAdapter
-
notifyInfo
- Specified by:
notifyInfoin interfaceorg.apache.pekko.event.LoggingAdapter
-
notifyDebug
- Specified by:
notifyDebugin interfaceorg.apache.pekko.event.LoggingAdapter
-