ImageGear for .NET
DebugErrorLevel Enumeration
See Also   Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace : DebugErrorLevel Enumeration

Glossary Item Box

Indicates how much information the control will log (if logging is turned on).

Members

MemberDescription
Detailed2 - In addition to the logging done by the Development level, log all properties read by the page. The text of the log entry will include the name of the property and its current value.
Development1 - In addition to the logging done by the Production level, log all control functions that are called by the page and any properties that are changed by the page. The text of the log entry will include the name of the function, the values of the parameters, and the return value (if any).
Production0 - Log only exceptions that occu///r inside the control or an event handler.

Inheritance Hierarchy

Object
   ImageGear.Web.UI.DebugErrorLevel

See Also

©2013. Accusoft Corporation. All Rights Reserved.