J
John Bailo
I have a .exe that calls a .dll
I want to write log messages at various parts of the process in the .exe
and .dll to a common trace/log file.
I set up a method in the .exe to write to the trace file, but to append
basic information like DateTime.Now to each log entry.
How can I get my .dll to write to that same log file?
I want to write log messages at various parts of the process in the .exe
and .dll to a common trace/log file.
I set up a method in the .exe to write to the trace file, but to append
basic information like DateTime.Now to each log entry.
How can I get my .dll to write to that same log file?