Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

TextWriterAdapter.Write�Method�(String)

Writes a string to the wrapped TextWriter

[Visual�Basic]
Overrides�Overloads�Public�Sub�Write( _
���ByVal value�As�String�_
)
[C#]
public�override�void�Write(
���stringvalue
);

Parameters

value
the value to write to the TextWriter

Remarks

Writes a string to the wrapped TextWriter

See Also

TextWriterAdapter Class | log4net.Util Namespace | TextWriterAdapter.Write Overload List