EventLogAppender ApplicationName Property Apache log4net™ SDK Documentation
Property used to set the Application name. This appears in the event logs when logging.

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

public string ApplicationName { get; set; }

Property Value

Type: OnlineString
The string used to distinguish events from different sources.
Remarks

Sets the event log source property.
See Also