R
RK
Our Application solution consists Web Service and 3 other C# class
libraries.
We added Trace Listener to the application and writing log information
in all our components.
Since multiple sessions access the same application, log messages are
interspersed and looks clumsy. And more its hard keep maintaining the
log, as components calls among themselves multiple times.
what is the better way of maintaining session level log writing to
tracelistener all at once. I am thinking of having Session level
StringBuilder Object and appending all the log and writing all at once
to tracelistener. Is anybody can suggest me what are the tradeoffs
involved in it?
thanks in advance.
--RK
libraries.
We added Trace Listener to the application and writing log information
in all our components.
Since multiple sessions access the same application, log messages are
interspersed and looks clumsy. And more its hard keep maintaining the
log, as components calls among themselves multiple times.
what is the better way of maintaining session level log writing to
tracelistener all at once. I am thinking of having Session level
StringBuilder Object and appending all the log and writing all at once
to tracelistener. Is anybody can suggest me what are the tradeoffs
involved in it?
thanks in advance.
--RK