Is there a method to print variables into log messages?
For example, something like this:
instead of saying:
if(method=="SUBSCRIBE") { log(1,"SUBSCRIBE\n"); }
do this
log(1,method)
which obviously doesn't work.
It would be very helpful to be able to print out things like headers.
Perhaps the select or more likely AVP functions will work in 0.10?
Is there anything available now?
Mark