We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SetLogLevel
*
SetAllLoggers
level
string
"github.com/whyrusleeping/go-logging".Level
The text was updated successfully, but these errors were encountered:
I believe both of these inconsistencies are to for backwards compatible support for existing clients of the package
Sorry, something went wrong.
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.
No branches or pull requests
SetLogLevel
has a special case for*
, yetSetAllLoggers
exists.SetLogLevel
takeslevel
as astring
, instead of a"github.com/whyrusleeping/go-logging".Level
.The text was updated successfully, but these errors were encountered: