nbianco1 / facets-loghound

Automatically exported from code.google.com/p/facets-loghound
0 stars 0 forks source link

JSON. 'nuf said. #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
So this JSON thing seems to be big, and Log Hound, being the Borg of the 
javascript logger world, should support it too.

The JSON format you should be able to call the log() function with should 
probably look something like this:

{{{
{'level':'info','text':'This is message 
text','error':e,'errors':[e1,e1],'tags':['tag1','tag2']}
}}}

Original issue reported on code.google.com by ogradyjd@gmail.com on 10 Nov 2010 at 7:28