OMLogger.Verbose Method (String, Object[])
Logs the text representation of the specified array of objects as a verbose event to the log file using the specified format.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public static void Verbose(
string format,
params object[] args
)
public:
static void Verbose(
String^ format,
... array<Object^>^ args
)
Public Shared Sub Verbose (
format As String,
ParamArray args As Object()
)
Parameters
format
Type: System.StringThe format to use.
args
Type: System.Object[]The argument array.
See Also
Verbose Overload
OMLogger Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top