RendererMapGet Method (Object)Apache log4net™ SDK Documentation
Gets the renderer for the specified object type

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

public IObjectRenderer Get(
	Object obj
)

Parameters

obj
Type: SystemObject
the object to lookup the renderer for

Return Value

Type: IObjectRenderer
the renderer for obj
Remarks

Gets the renderer for the specified object type. Syntactic sugar method that calls [M:Get(Type)] with the type of the object parameter.
See Also

Reference