akka.event
Class NoLogging

java.lang.Object
  extended by akka.event.NoLogging
All Implemented Interfaces:
LoggingAdapter

public class NoLogging
extends java.lang.Object
implements LoggingAdapter

NoLogging is a LoggingAdapter that does absolutely nothing – no logging at all.


Constructor Summary
NoLogging()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.event.LoggingAdapter
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
 

Constructor Detail

NoLogging

public NoLogging()
Method Detail

getInstance

public static NoLogging$ getInstance()
Java API to return the reference to NoLogging

Returns:
The NoLogging instance

isErrorEnabled

public static final boolean isErrorEnabled()

isWarningEnabled

public static final boolean isWarningEnabled()

isInfoEnabled

public static final boolean isInfoEnabled()

isDebugEnabled

public static final boolean isDebugEnabled()

notifyError

protected static final void notifyError(java.lang.String message)

notifyError

protected static final void notifyError(java.lang.Throwable cause,
                                        java.lang.String message)

notifyWarning

protected static final void notifyWarning(java.lang.String message)

notifyInfo

protected static final void notifyInfo(java.lang.String message)

notifyDebug

protected static final void notifyDebug(java.lang.String message)