Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- category 
 Type: System.String- Message category. 
- verboseMessage 
 Type: System.String- Message text. 
See Also
Verbose Overload
LogWrapper Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top