oxygen.zio.logging
package oxygen.zio.logging
Members list
Type members
Classlikes
object EncodedLogCause
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
EncodedLogCause.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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class LogConfig(annotations: Map[String, String], spans: List[LogSpan], loggers: Contiguous[LoggerElem])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object LogConfig
object LogLevels
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LogLevels.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object Logger
final case class OxygenZLogger(logger: ZLogger[String, String], minLevel: LogLevel, printStream: PrintStream) extends ZLogger[String, Unit]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ZLogger[String, Unit]class Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RichLogLevel extends Companion[RichLogLevel]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait Companion[RichLogLevel]class Objecttrait Matchableclass AnyShow all
- Self type
-
RichLogLevel.type
In this article