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