An NDoc Documented Class Library

TraceEx.WriteWarning Method

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

Overload List

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.Warning or higher.

public static void WriteWarning(string,string);

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

public static void WriteWarning(string);

See Also

TraceEx Class | TraceEx Members | Genghis.Diagnostics Namespace