RawPropertyLayout Key Property Apache log4net™ SDK Documentation
The name of the value to lookup in the LoggingEvent Properties collection.

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

public string Key { get; set; }

Property Value

Type: OnlineString
Value to lookup in the LoggingEvent Properties collection
Remarks

String name of the property to lookup in the LoggingEvent.

See Also