|
| | TextWriterTraceListener () |
| |
| | TextWriterTraceListener (Stream stream) |
| |
| | TextWriterTraceListener (Stream stream, string? name) |
| |
| | TextWriterTraceListener (TextWriter writer) |
| |
| | TextWriterTraceListener (TextWriter writer, string? name) |
| |
| | TextWriterTraceListener (string? fileName) |
| |
| | TextWriterTraceListener (string? fileName, string? name) |
| |
| override void | Close () |
| |
| override void | Flush () |
| |
| override void | Write (string? message) |
| |
| override void | WriteLine (string? message) |
| |
| void | Dispose () |
| |
| virtual void | TraceTransfer (TraceEventCache? eventCache, string source, int id, string? message, Guid relatedActivityId) |
| |
| virtual void | Fail (string? message) |
| |
| virtual void | Fail (string? message, string? detailMessage) |
| |
| virtual void | Write (object? o) |
| |
| virtual void | Write (string? message, string? category) |
| |
| virtual void | Write (object? o, string? category) |
| |
| virtual void | WriteLine (object? o) |
| |
| virtual void | WriteLine (string? message, string? category) |
| |
| virtual void | WriteLine (object? o, string? category) |
| |
| virtual void | TraceData (TraceEventCache? eventCache, string source, TraceEventType eventType, int id, object? data) |
| |
| virtual void | TraceData (TraceEventCache? eventCache, string source, TraceEventType eventType, int id, params object?[]? data) |
| |
| virtual void | TraceEvent (TraceEventCache? eventCache, string source, TraceEventType eventType, int id) |
| |
| virtual void | TraceEvent (TraceEventCache? eventCache, string source, TraceEventType eventType, int id, string? message) |
| |
| virtual void | TraceEvent (TraceEventCache? eventCache, string source, TraceEventType eventType, int id, string? format, params object?[]? args) |
| |
| object | GetLifetimeService () |
| |
| virtual object | InitializeLifetimeService () |
| |
Definition at line 6 of file TextWriterTraceListener.cs.