Hi.
I would like to do detailed tracing while using FTP/SFTP.
When I look at the log of FTP/SFTP's LogWriter, there is an Instance ID, and I want to record the same Intance ID in my log or LogWriter.Write.
Can I get the InstanceID of the FTP?
2020-09-30 14:01:18.965 DEBUG Ftp(2)[39] Info: Data transfer started.
LogWriter.Write(Rebex.LogLevel.Debug, typeof(Ftp), ???, "MYLOG", format);
Thank you.
Bookyung Oh