Partager via


LogWrapper.Info Method (String, String)

 

Writes an informational message to the WSSG log.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

public static void Info(
    string category,
    string infoMessage
)
public:
static void Info(
    String^ category,
    String^ infoMessage
)
Public Shared Sub Info (
    category As String,
    infoMessage As String
)

Parameters

See Also

Info Overload
LogWrapper Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top