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
The log method in the AsyncLogHandler struct is currently not implemented and returns a NotImplemented error. This method needs to be implemented to enable asynchronous logging.
Tasks:
Implement the log method to enqueue log messages for processing by a separate worker thread.
Implement worker thread processing to handle log messages in the queue.
The text was updated successfully, but these errors were encountered:
Description:
The
log
method in theAsyncLogHandler
struct is currently not implemented and returns aNotImplemented
error. This method needs to be implemented to enable asynchronous logging.Tasks:
log
method to enqueue log messages for processing by a separate worker thread.The text was updated successfully, but these errors were encountered: