Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0 |
|
PatternConverter.SpacePad�Method�
Fast space padding method.
[Visual�Basic]
Protected�Shared�Sub�SpacePad( _
���ByVal
writer�As�
TextWriter,�_
���ByVal
length�As�
Integer�_
)
[C#]
protected�static�
void�SpacePad(
���
TextWriter�
writer,
���
int�
length);
Parameters
-
writer
-
TextWriter to which the spaces will be appended.
-
length
- The number of spaces to be padded.
Remarks
Fast space padding method.
See Also
PatternConverter Class | log4net.Util Namespace