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
    'Declaration
     
    Public Shared Property Level As TraceLevel
    'Usage
     
    Dim value As TraceLevel
     
    Tracer.Level = value
     
    value = Tracer.Level
    public static TraceLevel Level {get; set;}
    public:
    static property TraceLevel Level {
       TraceLevel get();
       void set (    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