Andrei Pelinescu-Onciul writes:
Replace the corresponding LOG line with:
LOG_(DEFAULT_FACILITY, L_INFO, "<script>: ", ...(old LOG
content)...)
andrei,
are you suggesting that if i now have xlog
xlog("L_INFO", "INFO: Routing in-dialog $rm from <$fu> to
<$ru>\n")
i should replace it with
LOG_(DEFAULT_FACILITY, L_INFO, "<script>: ", "INFO: Routing in-dialog
$rm from <$fu> to <$ru>\n" )
if yes, it is far too long and complicated.
there must be a way to make the original xlog to produce the message
without line number.
-- juha