akka.event

BusLogging

class BusLogging extends LoggingAdapter

Linear Supertypes
LoggingAdapter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. BusLogging
  2. LoggingAdapter
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. val bus : LoggingBus

  8. def clone (): AnyRef

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

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

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

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

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

    Definition Classes
    LoggingAdapter
  14. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def equals (arg0: Any): Boolean

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    LoggingAdapter
  26. def finalize (): Unit

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

    Definition Classes
    LoggingAdapter
  28. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  29. def hashCode (): Int

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

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

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

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

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

    Definition Classes
    LoggingAdapter
  35. def isDebugEnabled : Boolean

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

    Attributes
    final
    Definition Classes
    LoggingAdapter
  37. def isErrorEnabled : Boolean

    Definition Classes
    BusLoggingLoggingAdapter
  38. def isInfoEnabled : Boolean

    Definition Classes
    BusLoggingLoggingAdapter
  39. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  40. def isWarningEnabled : Boolean

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

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

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

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

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

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

  47. val logSource : String

  48. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  49. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  50. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  51. def notifyDebug (message: String): Unit

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

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

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

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

    Attributes
    final
    Definition Classes
    LoggingAdapter
  56. def notifyWarning (message: String): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  58. def toString (): String

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

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

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

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

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

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

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

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

    Definition Classes
    LoggingAdapter

Inherited from LoggingAdapter

Inherited from AnyRef

Inherited from Any