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

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public void Reset(
	int maxCapacity,
	int defaultSize
)

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

Reference