Gets or sets whether Flush should be called on the Listeners after every write.
[Visual Basic] Public Shared Property AutoFlush As Boolean [C#] public static bool AutoFlush {get; set;} [C++] public: __property static bool get_AutoFlush(); public: __property static void set_AutoFlush(bool); [JScript] public static function get AutoFlush() : Boolean; public static function set AutoFlush(Boolean);
true if Flush is called on the Listeners after every write; otherwise, false.
The default is false.
Debug Class | Debug Members | System.Diagnostics Namespace | Debug | Trace | BooleanSwitch | TraceSwitch | TraceListener | DefaultTraceListener | ConditionalAttribute