oxygen.zio.logging
package 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 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