object LogExchange extends LogExchange

Linear Supertypes
LogExchange, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogExchange
  2. LogExchange
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def getOrElseUpdateStringCodec[A](tag: String, v: ShowLines[A]): ShowLines[A]
    Definition Classes
    LogExchange
  11. def hasStringCodec(tag: String): Boolean
    Definition Classes
    LogExchange
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def stringCodec[A](tag: String): Option[ShowLines[A]]
    Definition Classes
    LogExchange
  18. lazy val stringTypeTagSuccessEvent: StringTypeTag[SuccessEvent]
    Definition Classes
    LogExchange
  19. lazy val stringTypeTagThrowable: StringTypeTag[Throwable]
    Definition Classes
    LogExchange
  20. lazy val stringTypeTagTraceEvent: StringTypeTag[TraceEvent]
    Definition Classes
    LogExchange
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. lazy val asyncStdout: AsyncAppender
    Definition Classes
    LogExchange
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) unused

  2. def bindLoggerAppenders(loggerName: String, appenders: Seq[(Appender, Level.Value)]): Unit
    Definition Classes
    LogExchange
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) Use LoggerContext to bind appenders

  3. def bindLoggerAppenders(loggerName: String, appenders: List[(Appender, Level.Value)]): Unit
    Definition Classes
    LogExchange
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) Use LoggerContext to bind appenders

  4. def getOrElseUpdateJsonCodec[A](tag: String, v: JsonFormat[A]): JsonFormat[A]
    Definition Classes
    LogExchange
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) This is a no-op

  5. def hasJsonCodec(tag: String): Boolean
    Definition Classes
    LogExchange
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) Always returns false

  6. def jsonCodec[A](tag: String): Option[JsonFormat[A]]
    Definition Classes
    LogExchange
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) It is now necessary to provide a json format instance

  7. def jsonCodecs(): Map[String, JsonFormat[_]]
    Definition Classes
    LogExchange
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) The log manager no longer caches jsonCodecs

  8. def logger(name: String, channelName: Option[String], execId: Option[String]): ManagedLogger
    Definition Classes
    LogExchange
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) Use LoggerContext to create loggers

  9. def logger(name: String): ManagedLogger
    Definition Classes
    LogExchange
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) Use LoggerContext to create loggers

  10. def loggerConfig(loggerName: String): LoggerConfig
    Definition Classes
    LogExchange
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) unused

  11. def registerStringCodec[A](st: ShowLines[A], tt: scala.reflect.api.JavaUniverse.TypeTag[A]): Unit
    Definition Classes
    LogExchange
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) Prefer macro based registerStringCodec

  12. def unbindLoggerAppenders(loggerName: String): Unit
    Definition Classes
    LogExchange
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) Use LoggerContext to unbind appenders

Inherited from LogExchange

Inherited from AnyRef

Inherited from Any

Ungrouped