LocationInfo FileName Property Apache log4net™ SDK Documentation
Gets the file name of the caller.

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

public string FileName { get; }

Property Value

Type: OnlineString
The file name of the caller.
Remarks

Gets the file name of the caller.

See Also