Gets or sets the filename of the configuration file.
Namespace: log4net.ConfigAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: StringThe filename of the configuration file.
Remarks
If specified, this is the name of the configuration file to use with the XmlConfigurator. This file path is relative to the application base directory (BaseDirectory).
The ConfigFile takes priority over the ConfigFileExtension.
See Also