Fast space padding method.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- writer
- Type: System.IOTextWriter
TextWriter to which the spaces will be appended. - length
- Type: SystemInt32
The number of spaces to be padded.
Remarks
Fast space padding method.
See Also