I'm building a Windows service that writes log messages via TraceListeners.
I assume Trace.Close() is useful for garbage collection, but I'm not sure
where to call it in the Windows service. Any thoughts?
I assume Trace.Close() is useful for garbage collection, but I'm not sure
where to call it in the Windows service. Any thoughts?
Comment