Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Add requestlog
Browse files Browse the repository at this point in the history
  • Loading branch information
Juho Mäkinen committed Aug 21, 2012
1 parent 471816d commit c0446bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
@@ -1,2 +1,4 @@
module.exports.Scribe = exports.Scribe = require('./lib/scribe.js').Scribe;
module.exports.Logger = exports.Logger = require('./lib/logger.js').Logger;
module.exports.Logger = exports.Logger = require('./lib/logger.js').Logger;
module.exports.RequestLog = exports.RequestLog = require('./lib/requestlog.js');

0 comments on commit c0446bd

Please sign in to comment.