Common Config Settings

On this page you can find the common config settings of all of our products. They are part of every config file, but are enhanced by product-specific settings as well.

Our product use config files in the xml format which have the same name as the executable file but the ending ".config". They can be edited at any time, but a product restart is needed for the changes to take place.

Our config files have two main sections, common and product specific settings. The common settings you can find here, the product specific ones on the respective product page:

Name Value Description
Common.ProductID Integer Comes preconfigured - bascically an identifier of the product
Common.License String License Key provided at purchase
Common.MinimumLogLevel String Minimum Log Level to be displayed / saved to file. Ascending order: Debug, Info, Wanring, Error, Fatal

Example:

<Common.ProductID>xx</Common.ProductID>
<Common.License>yy</Common.License>
<Common.MinimumLogLevel>Info</Common.MinimumLogLevel>
Scroll to Top