Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.42 KB

File metadata and controls

21 lines (13 loc) · 1.42 KB

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