Lookup the property for Key
Namespace: log4net.LayoutAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- loggingEvent
- Type: log4net.Core LoggingEvent
The event to format
Return Value
Type: Objectreturns property value
Implements
IRawLayout Format(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