Type Default Value Read Only Static Description
Boolean True No Yes Whether to log errors.
Notes

By setting this property to true errors will be directed to the Application event log. This can then be periodically checked to ensure the integrity of your web site or application.

This value is 'sticky' so that if you change it to a particular value it will always stay at that value. This property is shared between all the instances of ImageGlue on your computer.

See Also

IGSettings Control Panel.

Example

[C#]

XSettings.LogErrors = true;


[Visual Basic]

XSettings.LogErrors = True


The above will ensure that all errors from ImageGlue on any web site on the computer are sent to the event log.