C
Claire
Ive a static logging routine that's called by all my objects in the
application.
Ive several threads running in my application and Id like the log file to
show the thread ID so I can trace a single thread if I need to.
Ive had a look through system.threading.thread.currentthread
methods/properties but nothing immediately strikes me, how can I obtain a
value for the ID or similar?
thanks
Claire
application.
Ive several threads running in my application and Id like the log file to
show the thread ID so I can trace a single thread if I need to.
Ive had a look through system.threading.thread.currentthread
methods/properties but nothing immediately strikes me, how can I obtain a
value for the ID or similar?
thanks
Claire