Share via


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

 

Writes a formatted verbose message to the WSSG log.

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

Syntax

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

Parameters

See Also

Verbose Overload
LogWrapper Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top