Writes a message to the trace listeners in the Listeners collection if the TraceLevel for the calling module is set to TraceLevel.Error or higher.
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,string);
Writes a 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);
TraceEx Class | TraceEx Members | Genghis.Diagnostics Namespace