ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ClientDebugErrorLevel Enumeration




In This Topic
    ClientDebugErrorLevel Enumeration
    In This Topic
    Option values for error logging on the client side.
    Syntax
    'Declaration
     
    Public Enum ClientDebugErrorLevel 
       Inherits System.Enum
    'Usage
     
    Dim instance As ClientDebugErrorLevel
    public enum ClientDebugErrorLevel : System.Enum 
    __value public enum ClientDebugErrorLevel : public System.Enum 
    public enum class ClientDebugErrorLevel : public System.Enum 
    Members
    MemberValueDescription
    Detailed2In addition to the logging done by the Development level, the PageView client logs all properties read by the page. The text of the log entry will include the name of the property and its current value.
    Development1In addition to the logging done by the Production level, the PageView Client logs 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).
    Production0PageView Client will log only exceptions that occur inside the control or an event handler.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Web.UI.ClientDebugErrorLevel

    See Also