RollingFileLogAppender.FileName Property
Gets the full path of the file that is used as the base path and name for the rolling log files.
Syntax
public System.String FileName { get; }
Property Value
The full path of the file used as the base path and name.
Remarks
This property specifies the full path to a file that is used as the base for where the rolling files are written and the name they will get. The directory where the files are written will be created if it does not exist.
Platforms
Windows, Linux, Android