Using JSDK 2.0, Jrun or Apache Jserv (and others I suppose) write to a log file
if the servlet says :
log(getThisClass() + ": some helpful message");
but I can't do the same from an accessory class.
For example, if the servlet instantiates
Login aLogin = new Login();
the Login class doesn't recognize log(String aString).

How do I write to the servlet log file from an accessory class?

Daniel
[EMAIL PROTECTED]

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to