Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.2k views
in .NET FTP by (480 points)
Hello --

I do quite a lot with you FTP class library, including having my own Appender-derived class for logging within my multi-threaded applicaion. I have extended my Appender class with additional overloaded Log methods, which I call internally. Within these new methods, I want to determine if the message should be logged (based upon current Logger.CurrentLevel vs. Level of this message), however, I cannot do this easily because EnterpriseDT.Util.Debug.Level.GetLevel() is hidden. it is defined as internal in your source code.

Could you please make this a public method in your next version? I can't think of any good reason as to why it would need to remain internal.

Thank you!

1 Answer

0 votes
by (162k points)
Done. Will be public in next release.

Categories

...