Zitiere "Shapira, Yoav" <[EMAIL PROTECTED]>: Hi Yoav,
thank you for your answer. I want to log error messages from an applet into a log-file on the server, not at the client. If somebody uses the applet and an error occurs, I can check the detailed error in the log-file at the server. Do You have an idea how to realize logging with log4j in an applet? Baris > > Hi, > You could use log4j for a lot more than writing files. For example to > send emails, send JMS messages, or in fact in messages to a > SocketAppender. Any of these can be valid use-cases. Obviously, one > also CAN write to files on the user's system with the appropriate Applet > certificates and security policy (which are frequently provided in > intranet settings). > > Yoav Shapira > Millennium Research Informatics > > > >-----Original Message----- > >From: Ivan Jouikov [mailto:[EMAIL PROTECTED] > >Sent: Monday, September 27, 2004 1:34 PM > >To: 'Log4J Users List' > >Subject: RE: How to use log4j in applet? > > > >Why would you want to use log4j in an applet? You aren't allowed to > write > >into files on the user's system. If you need to do debugging - what's > >wrong with System.out? > > > >> -----Original Message----- > >> From: Baris Yalcin [mailto:[EMAIL PROTECTED] > >> Sent: Monday, September 27, 2004 2:26 AM > >> To: [EMAIL PROTECTED] > >> Subject: How to use log4j in applet? > >> > >> Hi everyone, > >> > >> I would like to use log4j in an applet. Unfortunately I couldn't find > any > >> example. > >> > >> Is there any documentation which shows how to configure log4j with > >> applets? > >> > >> Or does somebody have an example for me (applet and log4j.xml) how to > >> realize > >> logging with log4j in an applet? > >> > >> Thanks a lot in advance, > >> > >> Baris > >> > >> > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> --- > >> Incoming mail is certified Virus Free. > >> Checked by AVG anti-virus system (http://www.grisoft.com). > >> Version: 6.0.766 / Virus Database: 513 - Release Date: 17.09.2004 > >> > > > >--- > >Outgoing mail is certified Virus Free. > >Checked by AVG anti-virus system (http://www.grisoft.com). > >Version: 6.0.766 / Virus Database: 513 - Release Date: 17.09.2004 > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > This e-mail, including any attachments, is a confidential business > communication, and may contain information that is confidential, > proprietary and/or privileged. This e-mail is intended only for the > individual(s) to whom it is addressed, and may not be saved, copied, > printed, disclosed or used by anyone else. If you are not the(an) > intended recipient, please immediately delete this e-mail from your > computer system and notify the sender. Thank you. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
