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