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.
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