diff options
| author | Ben Beltran <ben@freshout.us> | 2013-04-24 09:41:19 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-04-24 09:41:19 -0500 |
| commit | 2aa083b644593b6e73fe42a6184cf75222599df3 (patch) | |
| tree | 16b0fa22ee43538e6b7d9a508d5930f71cea8db8 /README.md | |
| parent | ce8edf20a15c643b05c7867c416123c16debd120 (diff) | |
Update readme, remove event_trackerstuffs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,13 @@ Cobalt is a simple logger multiplexer that works with a JSON based format. You c Example of instantiating a cobalt logger: +In node: +``` +Cobalt = require('cobalt-log'); +``` + +In the browser just require the files. Then: + ``` this.logger = new Cobalt.Console({ from : "Breezi Client", |