Interface JavaLoggingAdapter

  • All Superinterfaces:
    LoggingAdapter

    public interface JavaLoggingAdapter
    extends LoggingAdapter
    Deprecated.
    Feel free to copy. Since 2.5.0.
    • Method Detail

      • log

        void log​(java.util.logging.Level level,
                 java.lang.Throwable cause,
                 java.lang.String message)
        Deprecated.
      • logger

        java.util.logging.Logger logger()
        Deprecated.
      • loggingExecutionContext

        scala.Option<scala.concurrent.ExecutionContext> loggingExecutionContext()
        Deprecated.
        Override-able option for asynchronous logging
      • notifyDebug

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

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

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

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

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

        void updateSource​(java.util.logging.LogRecord record)
        Deprecated.