Skip to content

Commit

Permalink
refactor(logging): added logger implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-okot committed May 14, 2018
1 parent 52512fb commit 1926a4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/utils/logger.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import debug from 'debug';

const log = debug('sugarmq');

export default log;

0 comments on commit 1926a4d

Please sign in to comment.