piltt / silky   1.0.58

Apache License 2.0 GitHub

A library for tracing message flows through a stack of Scala applications

Scala versions: 2.11 2.10

silky

A library that helps capture and trace message flows across a system of Scala applications.

It is currently a superficial port of Tracey, a Java library created by Mike Hogan.

Build Status Coverage Status codecov.io

SBT usage

libraryDependencies += "com.github.piltt" %% "silky" % <latest-version>

Contributing