apex / log

Structured logging package for Go.
MIT License
1.36k stars 110 forks source link

Stripe.Logger Printfer override? #72

Open kaihendry opened 5 years ago

kaihendry commented 5 years ago

https://s.natalian.org/2019-01-17/stripe-logger.mp4

Any ideas how I can override https://github.com/stripe/stripe-go/blob/master/stripe.go#L68 ?

:GoImplements in vim couldn't tell me what Apex.log thing would.

tj commented 5 years ago

I guess you'd have to wrap apex/log's stuff with a Printf method to satisfy that interface, but it would all have to be info level or something