Insanely configurable logging for Node.js
##ChangeLog
- Changed: Use istanbul for coverage instead of Grunt/Blanket
- Fix: Massively speed up origin detection (bartekn PR #12)
- Fix: Don't assume all errors have stack traces
- Fix: Human formatter now outputs pretty-printed JSON when it encounters an object literal instead of "[object Object]".
- Fix: CommonInfoModel formatter now replaces all double-quotes with single-quotes, instead of just the first.
- Added: Loggly target
- Added: Better documentation regarding targets
- Fix: Error objects not being properly sent to log targets
- Fix: Minor inaccuracies in README examples
- Fix: Options were improperly sent to target functions
- Added: Human formatter
- Added: CommonInfoModel formatter
- Added: Syslog formatter
- Added: File target
- Added: Travis CI testing
- Added: Incredible amounts of docs
- Fix: Move dateformat to constant in CommonInfoModel and Syslog formatters
- Fix: Remove comma separator from date elements in JSON formatter
- Fix: Options documentation in JSON formatter
- Fix: Target and formatter paths
- Initial Release