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