Loading......

Loading......

Enable debug log (win)

Updated on 27 Sep 2012

Add the following parameters to SuperOffice.ini:

[Error]
EnableDebug=1
EnableOleDBLog=1 (may be set to a value between 1 and 5)
EnableReporterLog=1
Truncate=0
Logpath=c:\SO_arc\data\SOError.log

 

EnableOleDBLog supports several levels:

1 = SQL logging only
2 = also report component creation/destruction
3 = report method calls
4 = report sub method calls
5 = report mindnumbing detail

Note: If you enable the comprehensive error logging function, you must remember to disable it afterwards, or the hard disk will fill up. To disable it, enter the following:

[Error]
EnableDebug=0