[SimConnect] ;; Set the level of text communication to be provided to the console, debug string, or log file ;; level = {Verbose, Normal, Warning, Error, Off}, default = Off level=verbose ;; Open a command line debug window to display server to client ;; console = {1 (on), 0 (off)} , default = Off console=1 ;; Use std console instead of dedicated one ;; RedirectStdOutToConsole = {1 (on), 0 (off)} , default = Off ;RedirectStdOutToConsole=1 ;; Sends the output text to the Platform SDK OutputDebugString. Refer to MSDN documentation for more ;; OutputDebugString = {1 (on), 0 (off)} , default = Off ;OutputDebugString=1 ;; file = {path}, optional %03u for incremental naming , default = not writing to file ;; important: the target folder needs to exist, and not to be protected file=c:\logs\simconnect%03u.log ;; incremental naming parameters ;; The index of the first log file. Subsequent log files will have the index number incremented by one. ;file_next_index=0