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
例行检查
问题描述 日志打印时,通过common/logger/logger.go文件中方法链LogWarn->logHelper->Logger.Warn只会打印common/logger/logger.go文件中Logger.Warn调用处的行号。 建议调用处使用logger.Logger.Warn(logger.LogHelperMsg(msg)。 复现步骤
预期结果 日志打印时,输出调用位置行号。 相关截图 如果没有的话,请删除此节。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
例行检查
问题描述
日志打印时,通过common/logger/logger.go文件中方法链LogWarn->logHelper->Logger.Warn只会打印common/logger/logger.go文件中Logger.Warn调用处的行号。
建议调用处使用logger.Logger.Warn(logger.LogHelperMsg(msg)。
复现步骤
预期结果
日志打印时,输出调用位置行号。
相关截图
如果没有的话,请删除此节。
The text was updated successfully, but these errors were encountered: