Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
15.3k views
in Java FTP by (600 points)
Using the logging api included in 1.1.0, how do you control log output at the object level?

In otherwords, in a single JVM I will have multiple instances of SSLFTPClient and FTPClient objects. I am using Level.DEBUG, because that gives the desired output. In addition, I will setup a unique FileAppender for each SSLFTPClient/FTPClient object, and I need the output of each to go to the appropriate log file.

From the looks of the API, it appears that everything is at a class level and not an object level. Is this the case?

As you can well imagine, a single log file with the output from even several concurrent FTP sessions is a nightmare to trace through.

Thanks,
Steve

13 Answers

0 votes
by (162k points)
The person from your company who actually completed the purchase should have received the reference number. If you have trouble getting hold of it, send us an email anyway and just quote us the name of whoever made the transaction, and we'll match it up that way.

Thanks again. I will send the email to support. I have one question though: Do I need to reference a customer # or something? If so, I'll track that down. All I received was a copy of the email that included the archive.
0 votes
by (162k points)
edtFTPj/SSL 1.1.1 has now been released with support for FTPMessageListeners. Ahead of schedule even :)
0 votes
by (600 points)
I received it this morning and implemented my message listener. This change can be summed up in one word - "EXCELLENT"! Well done. This is exactly what I was looking for.

Thanks,
Steve

[quote="support2"]edtFTPj/SSL 1.1.1 has now been released with support for FTPMessageListeners. Ahead of schedule even :)[/quote]

Categories

...