XdsObjects Help file
XdsObjects Namespace / XdsGlobal Class / Log Method
The text to place into the log



In This Topic
    Log Method
    In This Topic
    Log a message to the XdsObjects log.
    Syntax
    Public Shared Sub Log( _
       ByVal text As Object _
    ) 
    Dim text As Object
     
    XdsGlobal.Log(text)
    public static void Log( 
       object text
    )
    public:
    static void Log( 
       Object^ text
    ) 

    Parameters

    text
    The text to place into the log
    Remarks
    This only performs a useful function if logging is enabled. See LogToFile(String,LogLevel) for more details.
    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