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 logger, using the specified messgase.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public static void Verbose(
string verboseMessage
)
public:
static void Verbose(
String^ verboseMessage
)
Public Shared Sub Verbose (
verboseMessage As String
)
Parameters
verboseMessage
Type: System.StringThe verbose message to write.
See Also
VerboseāOverload
OMLogger Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top