public class NoLogging extends java.lang.Object implements LoggingAdapter
Constructor and Description |
---|
NoLogging() |
Modifier and Type | Method and Description |
---|---|
static NoLogging$ |
getInstance()
Java API to return the reference to NoLogging
|
static boolean |
isDebugEnabled() |
static boolean |
isErrorEnabled() |
static boolean |
isInfoEnabled() |
static boolean |
isWarningEnabled() |
protected static void |
notifyDebug(java.lang.String message) |
protected static void |
notifyError(java.lang.String message) |
protected static void |
notifyError(java.lang.Throwable cause,
java.lang.String message) |
protected static void |
notifyInfo(java.lang.String message) |
protected static void |
notifyWarning(java.lang.String message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, format, format1, info, info, info, info, info, isDebugEnabled, isEnabled, isErrorEnabled, isInfoEnabled, isWarningEnabled, log, log, log, log, log, mdc, notifyDebug, notifyError, notifyError, notifyInfo, notifyLog, notifyWarning, warning, warning, warning, warning, warning
public static NoLogging$ getInstance()
public static final boolean isErrorEnabled()
public static final boolean isWarningEnabled()
public static final boolean isInfoEnabled()
public static final boolean isDebugEnabled()
protected static final void notifyError(java.lang.String message)
protected static final void notifyError(java.lang.Throwable cause, java.lang.String message)
protected static final void notifyWarning(java.lang.String message)
protected static final void notifyInfo(java.lang.String message)
protected static final void notifyDebug(java.lang.String message)