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
感觉 info 之类的日志一般不需要记录调用栈,错误之类的才需要记录调用栈。
希望增加 MaxLevel 参数来控制什么级别开启调用栈。
The text was updated successfully, but these errors were encountered:
你可以设置Logger.Formatter,使用自己写的Formatter来根据level选择性地显示callstack。
Sorry, something went wrong.
每次都写个函数麻烦啊,我做个补丁如何?
No branches or pull requests
感觉 info 之类的日志一般不需要记录调用栈,错误之类的才需要记录调用栈。
希望增加 MaxLevel 参数来控制什么级别开启调用栈。
The text was updated successfully, but these errors were encountered: