Reset this string writer so that it can be reused.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- maxCapacity
- Type: SystemInt32
the maximum buffer capacity before it is trimmed - defaultSize
- Type: SystemInt32
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