Partager via


LogWrapper.Warning Method (String, String)

 

Writes a warning message to the WSSG log.

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

Syntax

public static void Warning(
    string category,
    string warnMessage
)
public:
static void Warning(
    String^ category,
    String^ warnMessage
)
Public Shared Sub Warning (
    category As String,
    warnMessage As String
)

Parameters

See Also

Warning Overload
LogWrapper Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top