Great question. I'm probably not a good example since I generally use 
System.out. I wonder if any of the various logging frameworks might have 
something you could use. 

On the other hand, network logging could be expensive. I assume your 
application talks to some kind of web service? Perhaps you could perform 
logging in the web tier, since that requires a network round trip anyways?


On Jun 21, 2010, at 9:48 AM, JohnRodey wrote:

> 
> When most people develop with applets how do they handle logging?  I want
> them stored on the server side so my initial instinct is to use a
> SocketAppender to write the traces back to the server.  I imagine that I
> also want to somehow split the log files based on the session, so that
> multiple simultaneous users are not altering the same log file.  Any other
> thoughts?
> 
> I guess I'm just trying to figure out if I'm way off base since I've never
> done any web-based GUI's before.
> -- 
> View this message in context: 
> http://apache-pivot-users.399431.n3.nabble.com/Standard-practice-for-logging-from-applet-tp911517p911517.html
> Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to