Structured Logging for Scala
Structured Logging for Scala. In development.
libraryDependencies += "com.github.mwegrz" %% "scala-structlog" % "0.1.13"
import $ivy.`com.github.mwegrz::scala-structlog:0.1.13`
<dependency> <groupId>com.github.mwegrz</groupId> <artifactId>scala-structlog_2.13</artifactId> <version>0.1.13</version> </dependency>
compile group: 'com.github.mwegrz', name: 'scala-structlog_2.13', version: '0.1.13'
ivy"com.github.mwegrz::scala-structlog:0.1.13"