Welcome, Guest! Log In | Create Account

If you want to debug Cs-ObexFtp under linux with mono, simply start the main exe with this shell command :
MONO_LOG_LEVEL="debug" MONO_EVENTLOG_TYPE=local:~/tmp/csobexftp mono ./Cs-ObexFtp.exe
In this way you have a full debugging output, include mono, as it you can check mono install too.

If you want to only debug Cs-ObxFtp, just use :
MONO_EVENTLOG_TYPE=local:~/tmp/csobexftp mono ./Cs-ObexFtp.exe

In the two case all related Cs-ObexFtp debug output go in files located inyour home directory (~) /tmp/csobexftp, those file reflect the windows logger system, if you want a simple text file logging, simply start the program with mono ./Cs-ObexFtp.exe and the file will be create in ~/.config/Surfzoid/CsObexFtp, this file is named :"Cs-ObexFtp.log"

Since 2007/11/25, i added two option to choice or not the use of the the two loggers method