Added the tracing middleware for panini to be able to trace messages on listen and publish/request functions.
If TracingMiddleware is added to an app, it would trace every listen/publish/request function by default.
Usage and exact arguments/parameters can be seen in examples.
Added the tracing middleware for panini to be able to trace messages on listen and publish/request functions. If TracingMiddleware is added to an app, it would trace every listen/publish/request function by default. Usage and exact arguments/parameters can be seen in examples.