odin icon indicating copy to clipboard operation
odin copied to clipboard

Fast & Functional logger in Scala

Results 77 odin issues
Sort by recently updated
recently updated
newest added

Updates [com.geirsson:sbt-ci-release](https://github.com/olafurpg/sbt-ci-release) from 1.5.5 to 1.5.7. [GitHub Release Notes](https://github.com/olafurpg/sbt-ci-release/releases/tag/v1.5.7) - [Version Diff](https://github.com/olafurpg/sbt-ci-release/compare/v1.5.5...v1.5.7) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [com.softwaremill.magnolia:magnolia-core](https://github.com/softwaremill/magnolia) from 2.0.0-M4 to 2.0.0-M9. [GitHub Release Notes](https://github.com/softwaremill/magnolia/releases/tag/v2.0.0-M9) - [Version Diff](https://github.com/softwaremill/magnolia/compare/v2.0.0-M4...v2.0.0-M9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.typelevel:cats-mtl](https://github.com/typelevel/cats-mtl) from 1.1.1 to 1.1.3. [GitHub Release Notes](https://github.com/typelevel/cats-mtl/releases/tag/v1.1.3) - [Version Diff](https://github.com/typelevel/cats-mtl/compare/v1.1.1...v1.1.3) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [com.lihaoyi:sourcecode](https://github.com/lihaoyi/sourcecode) from 0.2.3 to 0.2.7. [GitHub Release Notes](https://github.com/lihaoyi/sourcecode/releases/tag/0.2.7) - [Version Diff](https://github.com/lihaoyi/sourcecode/compare/0.2.3...0.2.7) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

So far Odin is provided only for JVM. With few fixes, we might publish it for Scala.js as well. All the underlying core libraries such as `cats-effect`, `sourcecode` etc are...

enhancement
help wanted

Updates [dev.zio:zio-interop-cats](https://github.com/zio/interop-cats/) from 2.2.0.1 to 2.4.1.0. [GitHub Release Notes](https://github.com/zio/interop-cats/releases/tag/v2.4.1.0) - [Version Diff](https://github.com/zio/interop-cats/compare/v2.2.0.1...v2.4.1.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

I'm facing the following error and I'm not sure what is suspicious in my code below! j``` ava.lang.NoSuchMethodError: perfolation.package$.stringBuilder()Ljava/lang/StringBuilder; at io.odin.formatter.Formatter$.formatTimestamp(Formatter.scala:84) at io.odin.formatter.Formatter$.$anonfun$create$1(Formatter.scala:49) at io.odin.loggers.ConsoleLogger.$anonfun$println$1(ConsoleLogger.scala:18) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at monix.eval.internal.TaskRunLoop$.startFull(TaskRunLoop.scala:88) at...

It would be really nice to be able to send logs to Logstash, like in e.g. https://github.com/logstash/logstash-logback-encoder. The configuration could probably start with being as simple as passing the URL...

This PR introduces: * a JSON-like `ContextData` ADT to allow richer context information to be added to logs. * a `ToContextData` type class for converting things to `ContextData` * Magnolia...

Updates * [org.apache.logging.log4j:log4j-api](https://gitbox.apache.org/repos/asf?p=logging-log4j2.git) * [org.apache.logging.log4j:log4j-core](https://gitbox.apache.org/repos/asf?p=logging-log4j2.git) from 2.14.0 to 2.14.1. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip...