Assume I have a few instances of SftpClient, a few open connections and want to get log messages from each of them separately. How can I do this?
I can register custom implementation of ILoggerFactory but it will receive log messages from all existing instances and these messages do not have any info that would allow to distinglish their senders.
It looks like a design bug.