Fast space padding method.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- writer
- Type: System.IO TextWriter
TextWriter to which the spaces will be appended.
- length
- Type: System Int32
The number of spaces to be padded.
Remarks
Fast space padding method.
See Also