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 boolean
final boolean
final boolean
final boolean
protected final void
notifyDebug
(String message) protected final void
notifyError
(String message) protected final void
notifyError
(Throwable cause, String message) protected final void
notifyInfo
(String message) protected final void
notifyWarning
(String message) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
isErrorEnabled
in interfaceorg.apache.pekko.event.LoggingAdapter
-
isWarningEnabled
public final boolean isWarningEnabled()- Specified by:
isWarningEnabled
in interfaceorg.apache.pekko.event.LoggingAdapter
-
isInfoEnabled
public final boolean isInfoEnabled()- Specified by:
isInfoEnabled
in interfaceorg.apache.pekko.event.LoggingAdapter
-
isDebugEnabled
public final boolean isDebugEnabled()- Specified by:
isDebugEnabled
in interfaceorg.apache.pekko.event.LoggingAdapter
-
notifyError
- Specified by:
notifyError
in interfaceorg.apache.pekko.event.LoggingAdapter
-
notifyError
- Specified by:
notifyError
in interfaceorg.apache.pekko.event.LoggingAdapter
-
notifyWarning
- Specified by:
notifyWarning
in interfaceorg.apache.pekko.event.LoggingAdapter
-
notifyInfo
- Specified by:
notifyInfo
in interfaceorg.apache.pekko.event.LoggingAdapter
-
notifyDebug
- Specified by:
notifyDebug
in interfaceorg.apache.pekko.event.LoggingAdapter
-