oxygen.zio.logging

Members list

Type members

Classlikes

final case class LogConfig(annotations: Map[String, String], spans: List[LogSpan], loggers: ArraySeq[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