Share via


LogWrapper.Warning Method (String, String, Object[])

 

Writes a formatted warning message to the WSSG log.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

public static void Warning(
    string category,
    string format,
    params object[] args
)
public:
static void Warning(
    String^ category,
    String^ format,
    ... array<Object^>^ args
)
Public Shared Sub Warning (
    category As String,
    format As String,
    ParamArray args As Object()
)

Parameters

See Also

Warning Overload
LogWrapper Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top