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