Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-c-0.17.0
-
None
Description
The connection_driver logs all connection/transport related events but the proactor does not log listener/proactor events. It should do so in a consistent manner.
Commit 54e8099e274938db1a3d458eff18c374af149945 in qpid-proton's branch refs/heads/master from aconway
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=54e8099 ]
PROTON-1419: c libuv proactor log all eventsUse the pn_log() function to log listener and proactor events when PN_TRACE_LOG is set.
The current logging features are not ideal but this fix is consistent with the
status quo so if/when we upgrade the logging framework this will be included.
Add missing function definition for pn_connection_driver_logf