LoggingEventData Properties FieldApache log4net™ SDK Documentation
Additional event specific properties

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

public PropertiesDictionary Properties

Field Value

Type: PropertiesDictionary
Remarks

A logger or an appender may attach additional properties to specific events. These properties have a string key and an object value.

See Also