I have an application which may have 1 to many independent SFTP transmission threads. I want each of the threads to have their OWN LOG. By using the static properties LogLevel and LogFile, I can easily log all threads to a single log. Is there a way to use the UTIL or other objects to assign an individual log file for each of my transmission threads? If possible, C# code examples would be wonderful.