Tree @7529000 (Download .tar.gz)
History of log @7529000e833d428ff3e41e2b13e5555f08808cc4
- gofmt -s -w Peter Bourgon 6 years ago
- Updated readme with more example usage. Nicholas Johns 6 years ago
- log/levels: Remove unused method parameters left from old API. Chris Hines 6 years ago
- Make levels API more composable. Chris Hines 6 years ago
- fixed comments Olivier Gagnon 6 years ago
- json logger will now call fmt.Stringer if the type does not implement json.Marshaller or encoding.TextMarshaler Olivier Gagnon 6 years ago
- Unify logging idioms Peter Bourgon 6 years ago
- log: Fix parsing with special characters juRiii 6 years ago
- log: Fix StdlibAdapter parsing of Windows file paths when stdlib log has the Llongfile flag set. juRiii 6 years ago
- log: Test DefaultCaller with JSON logger. Chris Hines 6 years ago
- Simplify package log/term's exported API. Chris Hines 6 years ago
- Add some polish. Chris Hines 6 years ago
- Improve docs. Chris Hines 6 years ago
- Simplify ColorLogger concurrency story. Chris Hines 6 years ago
- Target comments by Chris Hines Tamás Gulácsi 6 years ago
- add NewColorLogger Tamás Gulácsi 6 years ago
- Copy gopkg.in/inconshreveable/log15.v2/term to log/term Tamás Gulácsi 6 years ago
- update log README sbl 6 years ago
- Take care that log.Context.Log has a consistent function stack depth when binding log.Valuers. Chris Hines 6 years ago
- Use NopLogger in tests. Chris Hines 6 years ago
- Code review updates. Chris Hines 6 years ago
- Recover from panics caused by dereferencing a nil pointer to a value receiver implementation of the fmt.Stringer or error interfaces. Chris Hines 6 years ago
- Append ErrMissingValue to odd length keyvals rather than panic. Chris Hines 6 years ago
- Remove redundant and wrongly named test. Chris Hines 6 years ago
- Merge pull request #79 from go-kit/zipkin-enhancements Peter Bourgon 6 years ago
- log/levels: improve test coverage Peter Bourgon 6 years ago
- Add support for a fixed sampling rate Peter Bourgon 6 years ago
- Document implementation tradeoff and reason for choosing to favor a cheap WIth method at the expense of the Log method. Chris Hines 6 years ago
- Combine config and Levels structs. Chris Hines 6 years ago
- log: fix some comments Peter Bourgon 6 years ago