oxygen.zio.logging

Members list

Type members

Classlikes

sealed trait EncodedLogCause

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Combinator
class Both
class Then
trait Simple
class Die
class Fail
class Interrupt
Show all

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class EncodedLogEvent(logLevel: LogLevel, message: String, trace: Trace, fiberId: FiberId, annotations: Map[String, String], spans: Map[String, Long], cause: Option[EncodedLogCause])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class LogConfig(annotations: Map[String, String], spans: List[LogSpan], loggers: Contiguous[LoggerElem])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
LogConfig.type
object LogLevels

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
LogLevels.type
final class Logger(val name: String)(val logger: ZLogger[String, String])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Logger

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Logger.type
final case class OxygenZLogger(logger: ZLogger[String, String], minLevel: LogLevel, printStream: PrintStream) extends ZLogger[String, Unit]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ZLogger[String, Unit]
class Object
trait Matchable
class Any
Show all
final case class RichLogLevel(level: LogLevel, fullName: String, shortName: String, color: Color)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RichLogLevel extends Companion[RichLogLevel]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Companion[RichLogLevel]
class Object
trait Matchable
class Any
Show all
Self type