-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Description
I do love glog, but hate its flag usage, which is hardly avoidable.
But why should my main program
a) manage the creation of flags by importing "ora",
b) forced to use glog, if it'd use some other logging package?
I like gopkg.in/inconshreveable/log15.v2 as it is a well mannered package: for libraries, I can SetHandler(log15.DiscardHandler()), and in tests/main application I can set for other destinations, if wanted.
But I don't want to force anything, especially if you know some trick to disable glog's automatic flag registering.
Metadata
Metadata
Assignees
Labels
No labels