You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you first! Your log macro is very good!
But when I used your sample code, I found the log message sometimes delay.
I add the code fflush(stderr);. this phenomenon will dismiss.
If I would like to add fflush(stderr) int the log macro, how do I do it?
The text was updated successfully, but these errors were encountered:
Hello,
Thank you first! Your log macro is very good!
But when I used your sample code, I found the log message sometimes delay.
I add the code fflush(stderr);. this phenomenon will dismiss.
If I would like to add fflush(stderr) int the log macro, how do I do it?
The text was updated successfully, but these errors were encountered: