PluginAttribute ToString Method Apache log4net™ SDK Documentation
Returns a representation of the properties of this object.

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

public override string ToString()

Return Value

Type: OnlineString
A representation of the properties of this object
Remarks

Overrides base class [M:Object.ToString()] method to return a representation of the properties of this object.

See Also