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
LogWithPrefix
Logger
LOG_XXX
stringstream
LOG_FMT_XXX
The text was updated successfully, but these errors were encountered:
Remove all usages of old LOG_XXX macro and stringstream.
Ref #4346. @Lloyd-Pottiger is assigned to replace the old LOG_XXX with LOG_FMT_XXX. Begin with logging in the storage layer.
Sorry, something went wrong.
*: Introduce Logger for replacing LogWithPrefix (#4354)
a489493
ref #4355
*: replace LogWithPrefix by Logger (#4356)
64a9a3a
fuzhe1989
No branches or pull requests
Enhancement
LogWithPrefix
toLogger
by introducingLogger
then removingLogWithPrefix
.LOG_XXX
macro andstringstream
. Logger: ReplaceLOG_XXX
withLOG_FMT_XXX
#4346The text was updated successfully, but these errors were encountered: