Appends messages to a file in JSON format. The messages are logged to an array in a JSON file The file is always overwritten

Example
//example log.json
[
   {
     "timestamp" : "Wed Jun 08 2011 11:16:20 GMT-0500 (CDT)",
     "level" : "INFO",
     "name" : "comb",
     "message" :  "INFO MESSAGE!!!!"
   }
 ]
            
Extends

Constructor

Defined logging/appenders/jsonAppender.js

License

MIT https://github.com/C2FO/comb/raw/master/LICENSE

Meta