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 | bc06e8bf44c6d412403af5d9e298e4f91cb1e3fc (patch) | |
| tree | 65d319ef96fca59ffffe810f59c1f8da9fb15416 /README.md | |
| parent | 447f76a167325498f931e23f4cbd0b567fc5c315 (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", |