docker / go-events

Composable event distribution for Go
Apache License 2.0
133 stars 23 forks source link

go-events should allow the logger to be overridden #21

Open mlaventure opened 7 years ago

mlaventure commented 7 years ago

Given that go-events is a library, it shouldn't log any information. If logging is considered essential, the choice of the logger should be left to code making use of the library.