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 NetworkHandler struct is currently not implemented and returns a NotImplemented error. This method needs to be implemented to enable logging to a network service.
Tasks:
Implement the log method to send log entries to a network service.
The text was updated successfully, but these errors were encountered:
Description:
The
log
method in theNetworkHandler
struct is currently not implemented and returns aNotImplemented
error. This method needs to be implemented to enable logging to a network service.Tasks:
log
method to send log entries to a network service.The text was updated successfully, but these errors were encountered: