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 SummaryFieldsModifier and TypeFieldDescriptionstatic final DefaultNoLogging$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.event.LoggingAdapterdebug, 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- 
getInstanceJava API to return the reference to NoLogging- Returns:
- The NoLogging instance
 
- 
isErrorEnabledpublic final boolean isErrorEnabled()- Specified by:
- isErrorEnabledin interface- org.apache.pekko.event.LoggingAdapter
 
- 
isWarningEnabledpublic final boolean isWarningEnabled()- Specified by:
- isWarningEnabledin interface- org.apache.pekko.event.LoggingAdapter
 
- 
isInfoEnabledpublic final boolean isInfoEnabled()- Specified by:
- isInfoEnabledin interface- org.apache.pekko.event.LoggingAdapter
 
- 
isDebugEnabledpublic final boolean isDebugEnabled()- Specified by:
- isDebugEnabledin interface- org.apache.pekko.event.LoggingAdapter
 
- 
notifyError- Specified by:
- notifyErrorin interface- org.apache.pekko.event.LoggingAdapter
 
- 
notifyError- Specified by:
- notifyErrorin interface- org.apache.pekko.event.LoggingAdapter
 
- 
notifyWarning- Specified by:
- notifyWarningin interface- org.apache.pekko.event.LoggingAdapter
 
- 
notifyInfo- Specified by:
- notifyInfoin interface- org.apache.pekko.event.LoggingAdapter
 
- 
notifyDebug- Specified by:
- notifyDebugin interface- org.apache.pekko.event.LoggingAdapter
 
 
-