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
hi: how to print function line when running? Now I can see [10/18/19 15:35:43] [INFO] msg: 99 but I can get running line
The text was updated successfully, but these errors were encountered:
_, file, line, ok = runtime.Caller(calldepth)
Sorry, something went wrong.
I found it can print in file but cant not print console(stdout) it is different in log4go?
console print: [10/18/19 23:02:33] [INFO] kakaManageApi[version:1.0] start
log file: [2019/10/18 16:01:59 CST] [INFO] [3576] (kakaManageApi/log.InitLogger:31) kakaManageApi[version:1.0] start
No branches or pull requests
hi:
how to print function line when running?
Now I can see [10/18/19 15:35:43] [INFO] msg: 99
but I can get running line
The text was updated successfully, but these errors were encountered: