public class DefaultNoLogging$
extends java.lang.Object
implements org.apache.pekko.event.LoggingAdapter
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.
Modifier and Type | Field and Description |
---|---|
static DefaultNoLogging$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
DefaultNoLogging$() |
Modifier and Type | Method and Description |
---|---|
DefaultNoLogging$ |
getInstance()
Java API to return the reference to NoLogging
|
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarningEnabled() |
protected void |
notifyDebug(java.lang.String message) |
protected void |
notifyError(java.lang.String message) |
protected void |
notifyError(java.lang.Throwable cause,
java.lang.String message) |
protected void |
notifyInfo(java.lang.String message) |
protected void |
notifyWarning(java.lang.String message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
$init$, 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
public static final DefaultNoLogging$ MODULE$
public DefaultNoLogging$ getInstance()
public final boolean isErrorEnabled()
isErrorEnabled
in interface org.apache.pekko.event.LoggingAdapter
public final boolean isWarningEnabled()
isWarningEnabled
in interface org.apache.pekko.event.LoggingAdapter
public final boolean isInfoEnabled()
isInfoEnabled
in interface org.apache.pekko.event.LoggingAdapter
public final boolean isDebugEnabled()
isDebugEnabled
in interface org.apache.pekko.event.LoggingAdapter
protected final void notifyError(java.lang.String message)
notifyError
in interface org.apache.pekko.event.LoggingAdapter
protected final void notifyError(java.lang.Throwable cause, java.lang.String message)
notifyError
in interface org.apache.pekko.event.LoggingAdapter
protected final void notifyWarning(java.lang.String message)
notifyWarning
in interface org.apache.pekko.event.LoggingAdapter
protected final void notifyInfo(java.lang.String message)
notifyInfo
in interface org.apache.pekko.event.LoggingAdapter
protected final void notifyDebug(java.lang.String message)
notifyDebug
in interface org.apache.pekko.event.LoggingAdapter