Structured logs on Scala
libraryDependencies += "com.pjhampton" %% "logevent" % "0.1"
import $ivy.`com.pjhampton::logevent:0.1`
<dependency> <groupId>com.pjhampton</groupId> <artifactId>logevent_2.12</artifactId> <version>0.1</version> </dependency>
compile group: 'com.pjhampton', name: 'logevent_2.12', version: '0.1'
ivy"com.pjhampton::logevent:0.1"