log4net SDK Reference

EventLogAppender.ApplicationName Property

Property used to set the Application name. This appears in the event logs when logging.

[Visual Basic]
Public Property ApplicationName As String
[C#]
public string ApplicationName {get; set;}

Property Value

The string used to distinguish events from different sources.

Remarks

Sets the event log source property.

See Also

EventLogAppender Class | log4net.Appender Namespace