node-bunyan-lite/examples
Trent Mick 6806112d8a - `log.clone` -> `log.child` to better reflect the relationship: streams and
serializers are inherited. Streams can't be removed as part of the child
  creation. The child doesn't own the parent's streams (so can't close them).
- Clean up Logger creation. The goal here was to ensure `log.child` usage
  is fast. TODO: measure that.
- Add `Logger.stdSerializers.err` serializer which is necessary to get good
  Error object logging with node 0.6 (where core Error object properties
  are non-enumerable).
2012-02-04 00:08:37 -08:00
..
err.js - `log.clone` -> `log.child` to better reflect the relationship: streams and 2012-02-04 00:08:37 -08:00
hi.js - `log.clone` -> `log.child` to better reflect the relationship: streams and 2012-02-04 00:08:37 -08:00
multi.js 'no-request_id' is lame as it won't be required 2012-01-30 16:45:25 -08:00
server.js res (HTTP server response) serializer; some cleanup; 'err.js' example; 2012-02-01 21:33:24 -08:00