A StringWriter that can be Reset(Int32, Int32) and reused
Inheritance Hierarchy
System MarshalByRefObject
System.IO TextWriter
System.IO StringWriter
log4net.Util ReusableStringWriter
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
A StringWriter that can be Reset(Int32, Int32) and reused. This uses a single buffer for string operations.
See Also