Share via


LogWrapper.Error Method (String, String)

 

Writes an error message to the WSSG log.

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

Syntax

public static void Error(
    string category,
    string errorMessage
)
public:
static void Error(
    String^ category,
    String^ errorMessage
)
Public Shared Sub Error (
    category As String,
    errorMessage As String
)

Parameters

See Also

Error Overload
LogWrapper Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top