LogTarget

oxygen.zio.logger.LogTarget
See theLogTarget companion trait
object LogTarget

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LogTarget.type

Members list

Type members

Classlikes

final case class ConfigBuilder(logTarget: RIO[Scope, Chunk[LogTarget]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ConfigBuilder

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class StdOut(minLogLevel: Option[LogLevel], colorMode: ColorMode, logTimestamp: Boolean, logTrace: Boolean, logStack: Boolean, logFiberId: Boolean) extends LogTarget

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait LogTarget
class Object
trait Matchable
class Any
Show all
object StdOut

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
StdOut.type
final case class StdOutJson(minLogLevel: Option[LogLevel]) extends LogTarget

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait LogTarget
class Object
trait Matchable
class Any
Show all
final case class StringBuilder(sb: StringBuilder, minLogLevel: Option[LogLevel], colorMode: ColorMode, logTimestamp: Boolean, logTrace: Boolean, logStack: Boolean, logFiberId: Boolean) extends LogTarget

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait LogTarget
class Object
trait Matchable
class Any
Show all