-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
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
The ms
in the log output is based on whose time?
#3345
Comments
See Wiki: https://github.com/gabime/spdlog/wiki/3.-Custom-formatting
Source code: spdlog/include/spdlog/pattern_formatter-inl.h Lines 767 to 785 in 3335c38
|
Is it because of multithreading that I have so much |
It means that the interval between the generation of the last message and the next message is less than 0 milliseconds, regardless of the thread. |
ok |
I use httplib to write the server and spdlog for logging.
setupLogging:
I don't know why there are so many 0ms and I want to know what this time is based on.
The text was updated successfully, but these errors were encountered: