Appends messages to a file in JSON format. The messages are logged to an array in a JSON file The file is always overwritten
ExampleExtends
- //example log.json
- [
- {
- "timestamp" : "Wed Jun 08 2011 11:16:20 GMT-0500 (CDT)",
- "level" : "INFO",
- "name" : "comb",
- "message" : "INFO MESSAGE!!!!"
- }
- ]
MIT https://github.com/C2FO/comb/raw/master/LICENSE
git clone git://github.com/C2FO/comb.git