OMLogger.Info Method (String)
Logs the message passed as an info event to the log file.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public static void Info(
string infoMessage
)
public:
static void Info(
String^ infoMessage
)
Public Shared Sub Info (
infoMessage As String
)
Parameters
infoMessage
Type: System.StringThe specified info message to write.
See Also
Info Overload
OMLogger Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top