----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hello!
There is no problem when there are same classes in different packages. What
do you think packages are for?
Just type:
org.apache.java.io.Logwriter logWriter = new org.apache.java.io.Logwriter
();
You can qualify a class by giving the full package path. You have to do so
by most classes if you wouldn't have many import statements at the beginnig
of your code.
Hope this helps.
Regards
Clemens Viehl
>
> I'm interested in using the org.apache.java.io.LogWriter
> class to log all my
> servlet debug info and exception messages.
>
> But it seems that you need to construct the LogWriter with an
> org.apache.java.util.Configurations.
>
> Does anyone know how I can get the Configurations to
> construct my LogWriter?
>
> thanks,
> -Duck Jin
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]