Skip to content

sneekers/stenograph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stenograph travis npm

Stenograph is a straight forward nested transaction library. It allows you to track your transactions such as I/O across modules, files, and even the event loop. You can write your transaction instrumentation code once and not worry about passing around anything about the transaction.

Stenograph does add a minor amount of boilerplate, but it was written in such a way to be straight forward and to minimize the amount of boilerplate. Built on the idea of write once, use anywhere.

Install

npm install stenograph

API

var Stenograph = require('stenograph');
var steno = Stenograph.getInstance();

About

Nested transaction library, used to enhance existing logging libraries

Resources

Stars

Watchers

Forks

Packages

No packages published