scribe VS odin

Compare scribe vs odin and see what are their differences.

scribe

The fastest logging library in the world. Built from scratch in Scala and programmatically configurable. (by outr)

odin

Fast & Functional logger in Scala (by valskalla)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
scribe odin
2 3
504 309
2.0% 1.6%
8.6 0.0
8 days ago 7 days ago
Scala Scala
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

scribe

Posts with mentions or reviews of scribe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-27.

odin

Posts with mentions or reviews of odin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-22.
  • How to do JSON logging in Scala?
    6 projects | /r/scala | 22 Oct 2022
  • Why would I wrap logging into an effect?
    2 projects | /r/scala | 29 Jul 2022
    The situations where logging is not handled as a side effect is when the program is explicitly handling IO, i.e. Odin, but that's the exception rather than the rule, when the logging API also handles the framework implementation.
  • ‘Woof’, a pure Scala 3 logging library
    2 projects | news.ycombinator.com | 18 Dec 2021
    There is also https://github.com/valskalla/odin for a pure/fp Scala logging library (also includes a slf4j bridge if you need to work with java stuff)

    It also has some "fancy" features like changing log level if exception happens

    https://github.com/valskalla/odin#extras-conditional-logging

What are some alternatives?

When comparing scribe and odin you can also consider the following projects:

Each - A macro library that converts native imperative syntax to scalaz's monadic expressions

woof - A pure Scala 3 logging library with no reflection

cats - Lightweight, modular, and extensible library for functional programming.

echopraxia-scala-example - Example project using echopraxia-plusscala

Shapeless - Generic programming for Scala

Scalaz - Principled Functional Programming in Scala

refined - Refinement types for Scala

logstash-logback-encoder - Logback JSON encoder and appenders

Log4s - High-performance SLF4J wrapper for Scala.

Scala-Logging - Convenient and performant logging library for Scala wrapping SLF4J.

Simulacrum - First class syntax support for type classes in Scala