go-log
go-log copied to clipboard
Inconsistent API
-
SetLogLevelhas a special case for*, yetSetAllLoggersexists. -
SetLogLeveltakeslevelas astring, instead of a"github.com/whyrusleeping/go-logging".Level.
I believe both of these inconsistencies are to for backwards compatible support for existing clients of the package
There is still quite a way until we update everything to v2. Maybe we should look at doing major cleanup as v3 and update to it too.