/zio-logging

Simple logging for ZIO apps, with correlation, context & pluggable backends out of the box.

Primary LanguageScalaApache License 2.0Apache-2.0

ZIO logging

Project Stage CI Release Issues Discord
Project stage CI Release Artifacts Is it maintained? Discord

An environmental effect for adding logging into any ZIO application.

Key features:

  • Type safe, purely-functional
  • Context as first-class citizen implemented on top of FiberRef
  • Composability between Logger via contramap
  • ZIO Console, SLF4j, JS-Console and JS HTTP endpoint backends

To learn more about ZIO Logging, check out the following references: