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 text representation of the specified array of objects as a warning event to the log file using the specified format.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public static void Warning(
string format,
params object[] args
)
public:
static void Warning(
String^ format,
... array<Object^>^ args
)
Public Shared Sub Warning (
format As String,
ParamArray args As Object()
)
Parameters
format
Type: System.StringFormat string.
args
Type: System.Object[]Array of objects to log using format.
See Also
Warning Overload
OMLogger Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top