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
Add an API which would let the client register a logging callback function which would be called when/if the library were to log anything. This would allow integration with the client's own native logging (whatever that might be).
The text was updated successfully, but these errors were encountered:
Clients can currently register a concrete subclass of the ISerfLogListener subclass via the SerfClient::Monitor() API, which has an onLogRecord() method called with logging records from Serf. Need to decide whether this would also be used to return logging records from serf-cpp.
Add an API which would let the client register a logging callback function which would be called when/if the library were to log anything. This would allow integration with the client's own native logging (whatever that might be).
The text was updated successfully, but these errors were encountered: