public class NoLogging$ extends java.lang.Object implements LoggingAdapter
| Modifier and Type | Field and Description |
|---|---|
static NoLogging$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
NoLogging$() |
| Modifier and Type | Method and Description |
|---|---|
NoLogging$ |
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, waitdebug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, format, format1, info, info, info, info, info, isEnabled, log, log, log, log, log, mdc, notifyLog, warning, warning, warning, warning, warningpublic static final NoLogging$ MODULE$
public NoLogging$ getInstance()
public final boolean isErrorEnabled()
isErrorEnabled in interface LoggingAdapterpublic final boolean isWarningEnabled()
isWarningEnabled in interface LoggingAdapterpublic final boolean isInfoEnabled()
isInfoEnabled in interface LoggingAdapterpublic final boolean isDebugEnabled()
isDebugEnabled in interface LoggingAdapterprotected final void notifyError(java.lang.String message)
notifyError in interface LoggingAdapterprotected final void notifyError(java.lang.Throwable cause,
java.lang.String message)
notifyError in interface LoggingAdapterprotected final void notifyWarning(java.lang.String message)
notifyWarning in interface LoggingAdapterprotected final void notifyInfo(java.lang.String message)
notifyInfo in interface LoggingAdapterprotected final void notifyDebug(java.lang.String message)
notifyDebug in interface LoggingAdapter