LogExchange

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

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class LogExchange
class Object
trait Matchable
class Any
Show all
Self type

Members list

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