RawPropertyLayoutFormat Method Apache log4net™ SDK Documentation
Lookup the property for Key

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

public virtual Object Format(
	LoggingEvent loggingEvent
)

Parameters

loggingEvent
Type: log4net.CoreLoggingEvent
The event to format

Return Value

Type: Object
returns property value

Implements

IRawLayoutFormat(LoggingEvent)
Remarks

Looks up and returns the object value of the property named Key. If there is no property defined with than name then null will be returned.

See Also

Reference