Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
5k views
in .NET FTP by (120 points)
I am already a big user of log4j and log4net. I am having trouble however using log4net and the edtFTP logging mechanism together in the same program(VB.Net). It appears that the edtFTP logging is stepping on the log4net logging. Does anyone know if it is possible to currently use log4net with edtFTP? I know there are future integration plans, but I have a current need.
Thanks!

3 Answers

0 votes
by (162k points)
Currently they are completely different, but you could get a clash if the class names are identical and you are importing both packages in the same class. Check your using statements ...

I am already a big user of log4j and log4net. I am having trouble however using log4net and the edtFTP logging mechanism together in the same program(VB.Net). It appears that the edtFTP logging is stepping on the log4net logging. Does anyone know if it is possible to currently use log4net with edtFTP? I know there are future integration plans, but I have a current need.
Thanks!
0 votes
by
I am trying to use in same class. I'll try seperating the FTP portion into it's own class. Thanks!
0 votes
by (51.6k points)
Instructions for integrating with log4net may be found here.

- Hans (EnterpriseDT)

Categories

...