Package akka.event

Class 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.
    • Field Detail

      • MODULE$

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

      • NoLogging$

        public NoLogging$()
    • Method Detail

      • getInstance

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

        protected final void notifyError​(java.lang.String message)
        Specified by:
        notifyError in interface LoggingAdapter
      • notifyError

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

        protected final void notifyWarning​(java.lang.String message)
        Specified by:
        notifyWarning in interface LoggingAdapter
      • notifyWarning

        protected final void notifyWarning​(java.lang.Throwable cause,
                                           java.lang.String message)
        Specified by:
        notifyWarning in interface LoggingAdapter
      • notifyInfo

        protected final void notifyInfo​(java.lang.String message)
        Specified by:
        notifyInfo in interface LoggingAdapter
      • notifyDebug

        protected final void notifyDebug​(java.lang.String message)
        Specified by:
        notifyDebug in interface LoggingAdapter