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