my FileAppender isn\'t working. It probably isn\'t a permissions thing as I\'m local admin.
I\'ve enabled internal debugging and I\'m not getting any errors or exce
There are 2 main options to enable logging. Refer to the Configuration manual for more details.
XmlConfigurator.Configure()
[assembly: log4net.Config.XmlConfigurator(Watch=true)]
AssemblyInfo.cs
BasicConfigurator.Configure() can only write to the console.