ReusableStringWriter Reset Method Apache log4net™ SDK Documentation
Reset this string writer so that it can be reused.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public void Reset(
	int maxCapacity,
	int defaultSize
)

Parameters

maxCapacity
Type: OnlineSystem Int32
the maximum buffer capacity before it is trimmed
defaultSize
Type: OnlineSystem 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