When the global debug level is set to "debug" in navit.xml the log file is going to be really big fast. Also see #1485.
So I want to log the debug statements of a single function only.
The following tag in navit.xml does not log anything:
<debug name="navit:speechd_say" dbg_level="debug"/>
What should the tag be to log this function?
When the global debug level is set to "debug" in navit.xml the log file is going to be really big fast. Also see #1485.
So I want to log the debug statements of a single function only.
The following tag in navit.xml does not log anything:
<debug name="navit:speechd_say" dbg_level="debug"/>What should the tag be to log this function?