PatternConverter.SpacePad Method
Fast space padding method.
[Visual Basic]
Protected Shared Sub SpacePad( _
ByVal
writer As
TextWriter, _
ByVal
length As
Integer _
)
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