Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0 |
|
TextWriterAdapter.Write�Method�(Char)
Writes a character to the wrapped TextWriter
[Visual�Basic]
Overrides�Overloads�Public�Sub�Write( _
���ByVal
value�As�
Char�_
)
[C#]
public�override�
void�Write(
���
char�
value);
Parameters
-
value
- the value to write to the TextWriter
Remarks
Writes a character to the wrapped TextWriter
See Also
TextWriterAdapter Class | log4net.Util Namespace | TextWriterAdapter.Write Overload List