Hi,
I would like to know if it is possible to append a
variable to a log command like:
log(1, "Register received \n");
For troubleshooting purposes I would like to be
able to see a log in syslog that would say something like:
"Register received from subscriber=
ricvil"
Is it possible to do something
like?
log(1, "Register received from subscriber= $username\n");
I could not find any documentation to support
this.
Thanks,
Ricardo