Gets or sets the extension of the configuration file.
The extension of the configuration file.
If specified this is the extension for the configuration file. The path to the config file is built by using the application base directory (BaseDirectory), the assembly file name and the config file extension.
If the ConfigFileExtension is set to MyExt
then possible config file names would be: MyConsoleApp.exe.MyExt
or MyClassLibrary.dll.MyExt
.
The ConfigFile takes priority over the ConfigFileExtension.
XmlConfiguratorAttribute Class | log4net.Config Namespace