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
I understand that it would be useful to pass a custom timestamp for simulation purposes.
It would be careful if you could provide an example of how you would like to call/use those callbacks
We have one usecase. We capture timestamp in nanosecond at the start of the event and another at the end of the event. We log it after end of the event. We are calculating diff and parsing all timestamp before logging them. If we had a call back function then possibly we can calculate diff and parse timestamp in callback function in logger thread instead of main thread.
It's commonly used that we will use some callbacks to set the format of the logger.
For example:
The text was updated successfully, but these errors were encountered: