rcrowley / go-metrics

Go port of Coda Hale's Metrics library
Other
3.43k stars 493 forks source link

use interface for logger #156

Closed hasnickl closed 7 years ago

hasnickl commented 8 years ago

Use interface for logger to allow other implementations

see https://github.com/rcrowley/go-metrics/issues/155

mihasya commented 7 years ago

Seems reasonable and backwards compatible. I'm all for it.