Commit Graph

10 Commits (97868275790fb142185152e9413d0e5e5b142692)

Author SHA1 Message Date
Trent Mick d7e499b639 prep for future dev 2012-02-04 21:43:06 -08:00
Trent Mick 7c9482596a prepare for 0.3.0 release 2012-02-04 21:42:55 -08:00
Trent Mick 40777aaf35 'log.child(..., true)' support for 10x faster with 'simple' field additions 2012-02-04 21:42:47 -08:00
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
Trent Mick d123784256 prep for future dev 2012-02-03 17:05:31 -08:00
Trent Mick 7798f40e33 prepare for 0.2.0 release 2012-02-03 17:05:22 -08:00
Trent Mick a475a1ac09 0.2: specing core log record fields (mainly) 2012-02-03 17:05:13 -08:00
Trent Mick aecc04f1c1 prep for subsequent release 2012-02-02 15:16:28 -08:00
Trent Mick 7539c03871 prepare for 0.1.0 release 2012-02-02 14:59:52 -08:00
Trent Mick 135163e3a9 VERSIONS, cutarelease prep 2012-02-02 09:11:45 -08:00