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
category
Type: System.StringMessage category.
verboseMessage
Type: System.StringMessage text.
See Also
Verbose Overload
LogWrapper Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top