Packages

c

lerna.log

TypedActorLogger

class TypedActorLogger extends CommonLogger with AppLogger

An implementation of AppLogger that is especially for Akka Typed Actor

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypedActorLogger
  2. CommonLogger
  3. AppLogger
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TypedActorLogger(log: Logger, logSource: ActorRef[Nothing])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def debug(format: String, arguments: Any*)(implicit logContext: LogContext): Unit
    Definition Classes
    CommonLoggerAppLogger
  7. def debug(msg: String)(implicit logContext: LogContext): Unit
    Definition Classes
    CommonLoggerAppLogger
  8. def decorate(logContext: LogContext)(logOut: => Unit): Unit
    Definition Classes
    TypedActorLoggerCommonLogger
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def error(cause: Throwable, format: String, arguments: Any*)(implicit logContext: LogContext): Unit
    Definition Classes
    CommonLoggerAppLogger
  12. def error(cause: Throwable, msg: String)(implicit logContext: LogContext): Unit
    Definition Classes
    CommonLoggerAppLogger
  13. def error(format: String, arguments: Any*)(implicit logContext: LogContext): Unit
    Definition Classes
    CommonLoggerAppLogger
  14. def error(msg: String)(implicit logContext: LogContext): Unit
    Definition Classes
    CommonLoggerAppLogger
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def info(format: String, arguments: Any*)(implicit logContext: LogContext): Unit
    Definition Classes
    CommonLoggerAppLogger
  19. def info(msg: String)(implicit logContext: LogContext): Unit
    Definition Classes
    CommonLoggerAppLogger
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def messageFormat(format: String, arguments: Any*): String
    Attributes
    protected
    Definition Classes
    AppLogger
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def unwrapArg(arg: Any): AnyRef
    Attributes
    protected
    Definition Classes
    AppLogger
    Annotations
    @SuppressWarnings()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. def warn(cause: Throwable, format: String, arguments: Any*)(implicit logContext: LogContext): Unit
    Definition Classes
    CommonLoggerAppLogger
  32. def warn(cause: Throwable, msg: String)(implicit logContext: LogContext): Unit
    Definition Classes
    CommonLoggerAppLogger
  33. def warn(format: String, arguments: Any*)(implicit logContext: LogContext): Unit
    Definition Classes
    CommonLoggerAppLogger
  34. def warn(msg: String)(implicit logContext: LogContext): Unit
    Definition Classes
    CommonLoggerAppLogger

Inherited from CommonLogger

Inherited from AppLogger

Inherited from AnyRef

Inherited from Any

Ungrouped