Class Log4NetTextWriter
Forwards chars from a text writer to a log as well.
Inheritance
Log4NetTextWriter
Assembly: Acoustics.Shared.dll
Syntax
public class Log4NetTextWriter : TextWriter, IAsyncDisposable, IDisposable
Constructors
|
Improve this Doc
View Source
Log4NetTextWriter(TextWriter, ILog, Log4NetTextWriter.Mode)
Declaration
public Log4NetTextWriter(TextWriter baseStream, ILog log = null, Log4NetTextWriter.Mode mode = Log4NetTextWriter.Mode.Out)
Parameters
Properties
|
Improve this Doc
View Source
Encoding
Declaration
public override Encoding Encoding { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
Boolean |
disposing |
|
Overrides
|
Improve this Doc
View Source
Flush()
Declaration
public override void Flush()
Overrides
|
Improve this Doc
View Source
Write(Char)
Declaration
public override void Write(char value)
Parameters
Type |
Name |
Description |
Char |
value |
|
Overrides
|
Improve this Doc
View Source
Write(String)
Declaration
public override void Write(string value)
Parameters
Type |
Name |
Description |
String |
value |
|
Overrides
Implements
Extension Methods