An NDoc Documented Class Library

TraceEx.WriteError Method (String, String)

Writes a category name and message to the trace listeners in the Listeners collection if the TraceLevel for the calling module is set to TraceLevel.Error or higher.

public static void WriteError(
   string message,
   string category
);

Parameters

message
A message to write
category
A category to write

See Also

TraceEx Class | TraceEx Members | Genghis.Diagnostics Namespace | TraceEx.WriteError Overload List