ReusableStringWriter ClassApache log4net™ SDK Documentation
A OnlineStringWriter that can be Reset(Int32, Int32) and reused
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem MarshalByRefObject
    OnlineSystem.IO TextWriter
      OnlineSystem.IO StringWriter
        log4net.Util ReusableStringWriter

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

public class ReusableStringWriter : StringWriter
Remarks

A OnlineStringWriter that can be Reset(Int32, Int32) and reused. This uses a single buffer for string operations.

See Also