RendererMap Get Method (Type)Apache log4net™ SDK Documentation
Gets the renderer for the specified type

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

public IObjectRenderer Get(
	Type type
)

Parameters

type
Type: OnlineSystem Type
the type to lookup the renderer for

Return Value

Type: IObjectRenderer
the renderer for the specified type
Remarks

Returns the renderer for the specified type. If no specific renderer has been defined the DefaultRenderer will be returned.

See Also