EventLogAppenderApplicationName 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: 2.0.8.0-.NET 4.0
Syntax

public string ApplicationName { get; set; }

Property Value

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

Sets the event log source property.
See Also

Reference