Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.8k views
in .NET FTP by (180 points)
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:

1 Answer

0 votes
by (162k points)
Currently no. A very useful thing to be able to do however - on our TO DO list now.

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:

Categories

...