Class DefaultNoLogging$

java.lang.Object
akka.http.impl.util.DefaultNoLogging$
All Implemented Interfaces:
akka.event.LoggingAdapter

public class DefaultNoLogging$ extends Object implements akka.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 Details

    • MODULE$

      public static final DefaultNoLogging$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • DefaultNoLogging$

      public DefaultNoLogging$()
  • Method Details

    • getInstance

      public DefaultNoLogging$ getInstance()
      Java API to return the reference to NoLogging
      Returns:
      The NoLogging instance
    • isErrorEnabled

      public final boolean isErrorEnabled()
      Specified by:
      isErrorEnabled in interface akka.event.LoggingAdapter
    • isWarningEnabled

      public final boolean isWarningEnabled()
      Specified by:
      isWarningEnabled in interface akka.event.LoggingAdapter
    • isInfoEnabled

      public final boolean isInfoEnabled()
      Specified by:
      isInfoEnabled in interface akka.event.LoggingAdapter
    • isDebugEnabled

      public final boolean isDebugEnabled()
      Specified by:
      isDebugEnabled in interface akka.event.LoggingAdapter
    • notifyError

      protected final void notifyError(String message)
      Specified by:
      notifyError in interface akka.event.LoggingAdapter
    • notifyError

      protected final void notifyError(Throwable cause, String message)
      Specified by:
      notifyError in interface akka.event.LoggingAdapter
    • notifyWarning

      protected final void notifyWarning(String message)
      Specified by:
      notifyWarning in interface akka.event.LoggingAdapter
    • notifyInfo

      protected final void notifyInfo(String message)
      Specified by:
      notifyInfo in interface akka.event.LoggingAdapter
    • notifyDebug

      protected final void notifyDebug(String message)
      Specified by:
      notifyDebug in interface akka.event.LoggingAdapter