Jack Christensen
|
83780b85b5
|
Remove pgx logging code moved to tracelog
|
2022-07-23 08:54:59 -05:00 |
Jack Christensen
|
f14fb3d692
|
Replace interface{} with any
|
2022-04-09 09:12:55 -05:00 |
Jack Christensen
|
72cc95e4dd
|
Bump module version to v5
|
2021-12-11 13:29:03 -06:00 |
Jack Christensen
|
3028821487
|
Add context.Context to Logger interface
This allows custom logger adapters to add additional fields to log
messages. For example, a HTTP server may with to log the request ID.
fixes #428
|
2019-08-03 16:16:21 -05:00 |
Jack Christensen
|
efb333df6b
|
Fix go modules
Wow. This is fun. Sure is easy to get modules wrong when upgrading a v2+
project.
|
2019-04-20 17:41:08 -05:00 |
Jack Christensen
|
280bce7078
|
Added log adapter for logrus
Also changed standard logger interface to take a map instead of varargs for
extra data.
|
2017-04-29 21:28:38 -05:00 |
Jack Christensen
|
855b735eae
|
Add log adapters for testing and log15
Make LogLevel a type for Stringer interface.
|
2017-04-29 20:33:52 -05:00 |