SystemInfoApplicationFriendlyName Property Apache log4net™ SDK Documentation
Get this application's friendly name

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public static string ApplicationFriendlyName { get; }

Property Value

Type: String
The friendly name of this application as a string
Remarks

If available the name of the application is retrieved from the AppDomain using AppDomain.CurrentDomain.FriendlyName.

Otherwise the file name of the entry assembly is used.

See Also

Reference