PatternConverter WriteObject Method Apache log4net™ SDK Documentation
Write an object to a OnlineTextWriter

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

protected static void WriteObject(
	TextWriter writer,
	ILoggerRepository repository,
	Object value
)
Remarks

Writes the Object to a writer. If the ILoggerRepository specified is not null then it is used to render the object to text, otherwise the object's ToString method is called.

See Also