Commit Graph

1 Commits

Author SHA1 Message Date
Marcelo Magallon
1726e5ede5
Add Logger interface to avoid logging directly (#161)
This commit adds a simple level-based log interface that allows users of the library to control and customize the output, for example by providing a standard Go logger with different settings (timestamps, prefixes, etc).

Closes #16. Closes #103.

Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
2021-04-03 00:25:49 +01:00