akka.event

BusLogging

class BusLogging extends LoggingAdapter

Linear Supertypes
LoggingAdapter, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BusLogging
  2. LoggingAdapter
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BusLogging(bus: LoggingBus, logSource: String, logClass: Class[_])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val bus: LoggingBus

  10. def clone(): AnyRef

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

    Definition Classes
    LoggingAdapter
  12. def debug(template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Definition Classes
    LoggingAdapter
  13. def debug(template: String, arg1: Any, arg2: Any): Unit

    Definition Classes
    LoggingAdapter
  14. def debug(template: String, arg1: Any): Unit

    Definition Classes
    LoggingAdapter
  15. def debug(message: String): Unit

    Definition Classes
    LoggingAdapter
  16. def ensuring(cond: (BusLogging) ⇒ Boolean, msg: ⇒ Any): BusLogging

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

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

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

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

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

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

    Definition Classes
    LoggingAdapter
  23. def error(template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Definition Classes
    LoggingAdapter
  24. def error(template: String, arg1: Any, arg2: Any): Unit

    Definition Classes
    LoggingAdapter
  25. def error(template: String, arg1: Any): Unit

    Definition Classes
    LoggingAdapter
  26. def error(message: String): Unit

    Definition Classes
    LoggingAdapter
  27. def error(cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Definition Classes
    LoggingAdapter
  28. def error(cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Definition Classes
    LoggingAdapter
  29. def error(cause: Throwable, template: String, arg1: Any, arg2: Any): Unit

    Definition Classes
    LoggingAdapter
  30. def error(cause: Throwable, template: String, arg1: Any): Unit

    Definition Classes
    LoggingAdapter
  31. def error(cause: Throwable, message: String): Unit

    Definition Classes
    LoggingAdapter
  32. def finalize(): Unit

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

    Definition Classes
    LoggingAdapter
  34. def formatted(fmtstr: String): String

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

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

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

    Definition Classes
    LoggingAdapter
  38. def info(template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Definition Classes
    LoggingAdapter
  39. def info(template: String, arg1: Any, arg2: Any): Unit

    Definition Classes
    LoggingAdapter
  40. def info(template: String, arg1: Any): Unit

    Definition Classes
    LoggingAdapter
  41. def info(message: String): Unit

    Definition Classes
    LoggingAdapter
  42. def isDebugEnabled: Boolean

    Definition Classes
    BusLoggingLoggingAdapter
  43. final def isEnabled(level: LogLevel): Boolean

    Definition Classes
    LoggingAdapter
  44. def isErrorEnabled: Boolean

    Definition Classes
    BusLoggingLoggingAdapter
  45. def isInfoEnabled: Boolean

    Definition Classes
    BusLoggingLoggingAdapter
  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. def isWarningEnabled: Boolean

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

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

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

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

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

    Definition Classes
    LoggingAdapter
  53. val logClass: Class[_]

  54. val logSource: String

  55. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  56. final def notify(): Unit

    Definition Classes
    AnyRef
  57. final def notifyAll(): Unit

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

    Attributes
    protected
    Definition Classes
    BusLoggingLoggingAdapter
  59. def notifyError(cause: Throwable, message: String): Unit

    Attributes
    protected
    Definition Classes
    BusLoggingLoggingAdapter
  60. def notifyError(message: String): Unit

    Attributes
    protected
    Definition Classes
    BusLoggingLoggingAdapter
  61. def notifyInfo(message: String): Unit

    Attributes
    protected
    Definition Classes
    BusLoggingLoggingAdapter
  62. final def notifyLog(level: LogLevel, message: String): Unit

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

    Attributes
    protected
    Definition Classes
    BusLoggingLoggingAdapter
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  65. def toString(): String

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

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

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

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

    Definition Classes
    LoggingAdapter
  70. def warning(template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Definition Classes
    LoggingAdapter
  71. def warning(template: String, arg1: Any, arg2: Any): Unit

    Definition Classes
    LoggingAdapter
  72. def warning(template: String, arg1: Any): Unit

    Definition Classes
    LoggingAdapter
  73. def warning(message: String): Unit

    Definition Classes
    LoggingAdapter
  74. def [B](y: B): (BusLogging, B)

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

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from BusLogging to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (busLogging: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from BusLogging to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (busLogging: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: BusLogging

    Implicit information
    This member is added by an implicit conversion from BusLogging to ArrowAssoc[BusLogging] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (busLogging: ArrowAssoc[BusLogging]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: BusLogging

    Implicit information
    This member is added by an implicit conversion from BusLogging to Ensuring[BusLogging] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (busLogging: Ensuring[BusLogging]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from LoggingAdapter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from BusLogging to StringAdd

Inherited by implicit conversion any2stringfmt from BusLogging to StringFormat

Inherited by implicit conversion any2ArrowAssoc from BusLogging to ArrowAssoc[BusLogging]

Inherited by implicit conversion any2Ensuring from BusLogging to Ensuring[BusLogging]

Ungrouped