Reset this string writer so that it can be reused.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- maxCapacity
- Type: System Int32
the maximum buffer capacity before it is trimmed
- defaultSize
- Type: System Int32
the default size to make the buffer
Remarks
Reset this string writer so that it can be reused. The internal buffers are cleared and reset.
See Also