1
0
mirror of https://github.com/go-kit/kit.git synced 2026-04-24 20:33:58 +02:00

7 Commits

Author SHA1 Message Date
Chris Hines ee7b7bb66a log: Update docs to reflect unexporting context and newContext.
This update also contains a few other minor documentation updates.
2017-03-05 21:46:41 -05:00
Chris Hines 055e4baffe log: Unexport Context and change With and WithPrefix to top level functions. 2017-03-05 15:16:02 -05:00
Chris Hines 10ce6cf971 log: Add NewSyncWriter example. 2017-01-10 22:24:30 -05:00
Chris Hines d235befd41 Update package docs and examples.
- Add sections for basic usage, log contexts, dynamic context values,
  and concurrent safety.
- Add executable tests that illustrate the new topics.
- Update README.md to use log.NewSyncWriter in examples.
2016-07-20 10:46:05 -04:00
Chris Hines ad435dc553 Add SyncWriter and SyncLogger. 2016-07-20 10:46:05 -04:00
Chris Hines 651b0691a3 Rename log.With to log.NewContext and remove keyvals vargs. 2015-07-12 21:39:33 -04:00
Chris Hines f2a9e2f4a0 Add Context example. 2015-07-12 20:56:13 -04:00