Is there a mechanism in DPDK that can interpose on the log output? I see
the function rte_openlog_stream to specify a different FILE* for output,
but that isn't quite general enough. I'd like for a method in my
application to receive all of the log messages, so I can wrap them
appropriately and then add them to an application-specific log. Does such a
hooking mechanism exist?

Reply via email to