Is there any way to configure the ftp Logger Appenders through the config file where you set up the actual logging like below:
<add key="edtftp.log.level" value="ALL"/>
Is there a set of config file settings that would add a file appender and turn it on or off? (like with log4net)
Or do I have to set up the file appending part within the code like I see in your examples?
It would be great to be able to turn this type of logging on and off - as well as change where it logs to - directly from the config file, without having to go into the code...
thanks!
:shock: