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!