Loupe - Log - Monitor - Resolve
Loupe.Configuration Namespace / PublisherConfiguration Class / EnableDebugMode Property

In This Topic
    EnableDebugMode Property (PublisherConfiguration)
    In This Topic
    When true, the Agent will include debug messages in logs. Not intended for production use
    Syntax
    'Declaration
     
    
    Public Property EnableDebugMode As Boolean
    public bool EnableDebugMode {get; set;}
    Remarks

    Normally the Agent will fail silently and otherwise compensate for problems to ensure that it does not cause a problem for your application. When you are developing your application you can enable this mode to get more detail about why th Agent is behaving as it is and resolve issues.

    In debug mode the agent may throw exceptions to indicate calling errors it normally would just silently ignore. Therefore, this option is not recommended for consistent production use.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also