LogWrapper.Verbose Method (String, String)

 

Writes a verbose message to the WSSG log.

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

Syntax

public static void Verbose(
    string category,
    string verboseMessage
)
public:
static void Verbose(
    String^ category,
    String^ verboseMessage
)
Public Shared Sub Verbose (
    category As String,
    verboseMessage As String
)

Parameters

See Also

Verbose Overload
LogWrapper Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top