Config

oxygen.zio.logger.Logger.Config
final case class Config(targets: Json, context: Option[Map[String, String]], spans: Option[List[Span]], level: LogLevel, logToZio: Option[Boolean])

Attributes

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

Members list

Value members

Concrete methods

def decodeTargets(decoder: KeyedMapDecoder[ConfigBuilder]): ZIO[Scope, String | Throwable, Chunk[LogTarget]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product