Graphic Systems - 	Glunz and Jensen
 

Modifying Remote Server log

It is possible to specify which information the Remote Server

  • displays in the application window (stdoutMask)

  • write to the log file (logFileMask)

All potential log information is marked to various information groups. The individual information groups can be added/removed from the display and file logs.

Application, Main 1
Application Detail 2
Application Error 4
Application Debug 8
Application warning 16
Connection Messages 32
Session Debug 64
Communication debug 128
Download debug 256
Email Debug 512

The log is determined as a sum of the individual information groups desired. (e.g. 7 is the sum of Application Main+Detail+Error)

Note that 0x10 is the hexidecimal notation for the number 16.

The desired log levels must be set manually in the Server's configuration file.