Trait

akka.contrib.jul

JavaLoggingAdapter

Related Doc: package jul

Permalink

trait JavaLoggingAdapter extends LoggingAdapter

Source
JavaLogger.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JavaLoggingAdapter
  2. LoggingAdapter
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type MDC = Map[String, Any]

    Permalink
    Definition Classes
    LoggingAdapter

Abstract Value Members

  1. abstract def logger: Logger

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaLoggingAdapter to any2stringadd[JavaLoggingAdapter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JavaLoggingAdapter, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaLoggingAdapter to ArrowAssoc[JavaLoggingAdapter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def debug(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Permalink

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  9. def debug(template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Permalink

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  10. def debug(template: String, arg1: Any, arg2: Any): Unit

    Permalink

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  11. def debug(template: String, arg1: Any): Unit

    Permalink

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  12. def debug(message: String): Unit

    Permalink

    Log message at debug level.

    Log message at debug level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  13. def ensuring(cond: (JavaLoggingAdapter) ⇒ Boolean, msg: ⇒ Any): JavaLoggingAdapter

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaLoggingAdapter to Ensuring[JavaLoggingAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (JavaLoggingAdapter) ⇒ Boolean): JavaLoggingAdapter

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaLoggingAdapter to Ensuring[JavaLoggingAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): JavaLoggingAdapter

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaLoggingAdapter to Ensuring[JavaLoggingAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): JavaLoggingAdapter

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaLoggingAdapter to Ensuring[JavaLoggingAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def error(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Permalink

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  20. def error(template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Permalink

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  21. def error(template: String, arg1: Any, arg2: Any): Unit

    Permalink

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  22. def error(template: String, arg1: Any): Unit

    Permalink

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  23. def error(message: String): Unit

    Permalink

    Log message at error level, without providing the exception that caused the error.

    Log message at error level, without providing the exception that caused the error.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  24. def error(cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Permalink

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  25. def error(cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Permalink

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  26. def error(cause: Throwable, template: String, arg1: Any, arg2: Any): Unit

    Permalink

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  27. def error(cause: Throwable, template: String, arg1: Any): Unit

    Permalink

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  28. def error(cause: Throwable, message: String): Unit

    Permalink

    Log message at error level, including the exception that caused the error.

    Log message at error level, including the exception that caused the error.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  29. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. def format(t: String, arg: Any*): String

    Permalink
    Definition Classes
    LoggingAdapter
  31. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaLoggingAdapter to StringFormat[JavaLoggingAdapter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  34. def info(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Permalink

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  35. def info(template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Permalink

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  36. def info(template: String, arg1: Any, arg2: Any): Unit

    Permalink

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  37. def info(template: String, arg1: Any): Unit

    Permalink

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  38. def info(message: String): Unit

    Permalink

    Log message at info level.

    Log message at info level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  39. def isDebugEnabled: Boolean

    Permalink
    Definition Classes
    JavaLoggingAdapterLoggingAdapter
  40. final def isEnabled(level: LogLevel): Boolean

    Permalink

    returns

    true if the specified log level is enabled

    Definition Classes
    LoggingAdapter
  41. def isErrorEnabled: Boolean

    Permalink
    Definition Classes
    JavaLoggingAdapterLoggingAdapter
  42. def isInfoEnabled: Boolean

    Permalink
    Definition Classes
    JavaLoggingAdapterLoggingAdapter
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  44. def isWarningEnabled: Boolean

    Permalink
    Definition Classes
    JavaLoggingAdapterLoggingAdapter
  45. def log(level: Level, cause: Throwable, message: String): Unit

    Permalink
    Annotations
    @inline()
  46. def log(level: LogLevel, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Permalink

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments.

    Definition Classes
    LoggingAdapter
  47. def log(level: LogLevel, template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Permalink

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments.

    Definition Classes
    LoggingAdapter
  48. def log(level: LogLevel, template: String, arg1: Any, arg2: Any): Unit

    Permalink

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments.

    Definition Classes
    LoggingAdapter
  49. def log(level: LogLevel, template: String, arg1: Any): Unit

    Permalink

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
  50. def log(level: LogLevel, message: String): Unit

    Permalink

    Log message at the specified log level.

    Log message at the specified log level.

    Definition Classes
    LoggingAdapter
  51. def loggingExecutionContext: Option[ExecutionContext]

    Permalink

    Override-able option for asynchronous logging

  52. def mdc: event.Logging.MDC

    Permalink
    Definition Classes
    LoggingAdapter
  53. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  54. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  55. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  56. def notifyDebug(message: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    JavaLoggingAdapterLoggingAdapter
  57. def notifyError(cause: Throwable, message: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    JavaLoggingAdapterLoggingAdapter
  58. def notifyError(message: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    JavaLoggingAdapterLoggingAdapter
  59. def notifyInfo(message: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    JavaLoggingAdapterLoggingAdapter
  60. final def notifyLog(level: LogLevel, message: String): Unit

    Permalink
    Definition Classes
    LoggingAdapter
  61. def notifyWarning(message: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    JavaLoggingAdapterLoggingAdapter
  62. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  63. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  64. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. def warning(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Permalink

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  68. def warning(template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Permalink

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  69. def warning(template: String, arg1: Any, arg2: Any): Unit

    Permalink

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  70. def warning(template: String, arg1: Any): Unit

    Permalink

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  71. def warning(message: String): Unit

    Permalink

    Log message at warning level.

    Log message at warning level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  72. def [B](y: B): (JavaLoggingAdapter, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaLoggingAdapter to ArrowAssoc[JavaLoggingAdapter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from LoggingAdapter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JavaLoggingAdapter to any2stringadd[JavaLoggingAdapter]

Inherited by implicit conversion StringFormat from JavaLoggingAdapter to StringFormat[JavaLoggingAdapter]

Inherited by implicit conversion Ensuring from JavaLoggingAdapter to Ensuring[JavaLoggingAdapter]

Inherited by implicit conversion ArrowAssoc from JavaLoggingAdapter to ArrowAssoc[JavaLoggingAdapter]

Ungrouped