Re: Issue with no Logger.Appenders even though log shows config successfully loaded

2017-02-05 Thread John Gold
Fixed!, Needed to go to the Logger.Parent to get the Appenders. http://stackoverflow.com/questions/41210018/issue-with-no-log4net-logger-appenders-even-though-log-shows-config-successfully/42057416#42057416 Also ErrorUnit is now compatible with log4net! Generate Unit test replicating error

Issue with no Logger.Appenders even though log shows config successfully loaded

2016-12-18 Thread John Gold
I would appreciate any help you can provide? Not sure what I am doing wrong... I am creating a log4net compatibility library for my new Visual Studio tool ErrorUnit at https://github.com/JohnGoldInc/ErrorUnit.Logger_log4net Line 37 of https://github.com/JohnGoldInc/ErrorUnit.Logger_