diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-06-25 18:42:13 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-06-25 18:42:13 +0000 |
commit | 826922a269d02b706821e7e4f74198e026a2fe03 (patch) | |
tree | b4d8e15995a1c2852b3a0c1da87612cb065c42d9 /navit/navit.xml | |
parent | 9daf0037a395e460c66fe4b4f21411c065823690 (diff) | |
download | navit-826922a269d02b706821e7e4f74198e026a2fe03.tar.gz |
Add:gui_internal:Added possibility to log a message to the debug log
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2374 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.xml')
-rw-r--r-- | navit/navit.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/navit.xml b/navit/navit.xml index b923ab3f4..8a955cc1e 100644 --- a/navit/navit.xml +++ b/navit/navit.xml @@ -37,6 +37,7 @@ <!-- Normally it is sufficient to use --> <!-- <gui type="internal" /> --> + <log type="textfile_debug" data="debug_%Y%m%d-%i.txt" flush_size="1000" flush_time="30"/> <gui type="gtk" menubar="1" toolbar="1" statusbar="1"/> <!-- osd items allow to position display and control items directly on top of the map: --> |