LogExchange

sbt.util.LogExchange$
See theLogExchange companion class
object LogExchange extends LogExchange

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def bindLoggerAppenders(loggerName: String, appenders: Seq[(Appender, Value)]): Unit

Attributes

Inherited from:
LogExchange
def getOrElseUpdateStringCodec[A](tag: String, v: ShowLines[A]): ShowLines[A]

Attributes

Inherited from:
LogExchange
def hasStringCodec(tag: String): Boolean

Attributes

Inherited from:
LogExchange
def logger(name: String, channelName: Option[String], execId: Option[String]): ManagedLogger

Attributes

Inherited from:
LogExchange
def logger(name: String): ManagedLogger

Attributes

Inherited from:
LogExchange
def stringCodec[A](tag: String): Option[ShowLines[A]]

Attributes

Inherited from:
LogExchange
def unbindLoggerAppenders(loggerName: String): Unit

Attributes

Inherited from:
LogExchange

Inherited fields

lazy val stringTypeTagSuccessEvent: StringTypeTag[SuccessEvent]

Attributes

Inherited from:
LogExchange
lazy val stringTypeTagThrowable: StringTypeTag[Throwable]

Attributes

Inherited from:
LogExchange
lazy val stringTypeTagTraceEvent: StringTypeTag[TraceEvent]

Attributes

Inherited from:
LogExchange