Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Tracer Class / Level Property


In This Topic
    Level Property
    In This Topic
    Gets or sets the level that controls the types of messages recorded to file. Available levels include: Error, Warning, Info, Verbose and Off.
    Syntax
    Public Shared Property Level As System.Diagnostics.TraceLevel
    public static System.Diagnostics.TraceLevel Level {get; set;}
    public:
    static property System.Diagnostics.TraceLevel Level {
       System.Diagnostics.TraceLevel get();
       void set (    System.Diagnostics.TraceLevel value);
    }
    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