Hi to all, probably you should use a standard library for logging, like Log4J or SLF4J (+opt. Log4J), and configure them to write logs to a network server (for example a syslog server on UNIX), and maybe in an asynchronous way to avoid slow down your applets. Or better, write on multiple destinations, like to the Applet Console and the remote system.
Otherwise you shod log using the Java (integrated) logging (that's not the best, all say this ...), but this is a little trick: http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment-guide/tracing_logging.html Instead, to write on the local file system you need signed jars ... I hope this is enough to start make some experiments, otherwise tell me. Probably this could be another simple but interesting demo/tutorial for Pivot (at least using the integrated Java Logging). Bye, Sandro -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/Standard-practice-for-logging-from-applet-tp911517p912006.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
