Writes the indent and resets the NeedIndent property to false.
[Visual Basic] Overridable Protected Sub WriteIndent() [C#] protected virtual void WriteIndent(); [C++] protected: virtual void WriteIndent(); [JScript] protected function WriteIndent();
Writes the indent and resets NeedIndent to false. Call this method if NeedIndent is true, when you are overloading Write and WriteLine. By default this method uses blank spaces for indentation.
TraceListener Class | TraceListener Members | System.Diagnostics Namespace | TraceListener | DefaultTraceListener | TextWriterTraceListener | Debug | Trace