sealed abstract class LogExchange extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- LogExchange
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getOrElseUpdateStringCodec[A](tag: String, v: ShowLines[A]): ShowLines[A]
- def hasStringCodec(tag: String): Boolean
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def stringCodec[A](tag: String): Option[ShowLines[A]]
- lazy val stringTypeTagSuccessEvent: StringTypeTag[SuccessEvent]
- lazy val stringTypeTagThrowable: StringTypeTag[Throwable]
- lazy val stringTypeTagTraceEvent: StringTypeTag[TraceEvent]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- lazy val asyncStdout: AsyncAppender
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) unused
- def bindLoggerAppenders(loggerName: String, appenders: Seq[(Appender, Level.Value)]): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) Use LoggerContext to bind appenders
- def bindLoggerAppenders(loggerName: String, appenders: List[(Appender, Level.Value)]): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) Use LoggerContext to bind appenders
- def getOrElseUpdateJsonCodec[A](tag: String, v: JsonFormat[A]): JsonFormat[A]
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) This is a no-op
- def hasJsonCodec(tag: String): Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) Always returns false
- def jsonCodec[A](tag: String): Option[JsonFormat[A]]
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) It is now necessary to provide a json format instance
- def jsonCodecs(): Map[String, JsonFormat[_]]
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) The log manager no longer caches jsonCodecs
- def logger(name: String, channelName: Option[String], execId: Option[String]): ManagedLogger
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) Use LoggerContext to create loggers
- def logger(name: String): ManagedLogger
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) Use LoggerContext to create loggers
- def loggerConfig(loggerName: String): LoggerConfig
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) unused
- def registerStringCodec[A](st: ShowLines[A], tt: scala.reflect.api.JavaUniverse.TypeTag[A]): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) Prefer macro based registerStringCodec
- def unbindLoggerAppenders(loggerName: String): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) Use LoggerContext to unbind appenders