Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / Log Class / Write Method / Write(MetricSample) Method

In This Topic
    Write(MetricSample) Method
    In This Topic
    Record the provided metric sample to the log.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Write( _
       ByVal sample As MetricSample _
    ) 
    public static void Write( 
       MetricSample sample
    )

    Parameters

    sample
    Remarks
    Most applications should use another object or the appropriate log method on this object to create log information instead of manually creating log packets and writing them here. This functionality is primarily for internal support of the various log listeners that support third party log systems.
    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