Share via


LogWrapper.Info Method (String, String, Object[])

 

Writes a formatted informational message to the WSSG log.

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

Syntax

public static void Info(
    string category,
    string format,
    params object[] args
)
public:
static void Info(
    String^ category,
    String^ format,
    ... array<Object^>^ args
)
Public Shared Sub Info (
    category As String,
    format As String,
    ParamArray args As Object()
)

Parameters

See Also

Info Overload
LogWrapper Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top