Advertisement

1 - 10 of 162 containing alltags:("log4j") (0.001 seconds)
I want to use Log4j to log information and errors. Since the information is only for users, it should not include debug and error messages. How can I only log information in one file, and other mes...
Zones: JavaDate Answered: 05/07/2003 Grade: A Views: 0
We're using Log4j quite extensively on my current project and I'm getting confused.... We're developing servlet based apps under Tomcat. Within the same Tomcat instance we've got 3 separate web-...
Zones: Java, ServletsDate Answered: 05/30/2003 Grade: A Views: 0
Hi, I created a new Level "ACTION". I can log to it fine using "log.log(LCLevel.ACTION,"TESTME")", but that's too much typing each time. I want to be able to do    LCLogger log=LCLogger.get...
Zones: JavaDate Answered: 08/28/2003 Grade: A Views: 4
I need to provide the date and time for what I log. This is not in the short manual. Also I need to be able to set the file the logs are written to, to be changed daily, so that each day wil ha...
Zones: JavaDate Answered: 10/09/2003 Grade: A Views: 0
I have to log the messages coming from a particular class to a file.I want to use log4j. How can I change the existing log4 conguration properties files so that for a particular class (say com.ba...
Zones: JavaDate Answered: 08/02/2004 Grade: A Views: 0
Hello, i am programming a class loader with the java reflection api. All the classes to load have a 'lib' directory wich includes all the jar files. The classes to load are in different director...
Zones: Java, J2EE, New To JavaDate Answered: 04/23/2004 Grade: A Views: 0
Hello, I'm getting a NPE using Log4J in my class.  I initialize a Logger near the beginning of the following class: public abstract class ServiceConnection { ...   protected Connection conn...
Zones: JavaDate Answered: 08/27/2004 Grade: A Views: 0
Hi all, i wonder the Log4J is a commercial product or a open source. Not much documentation for those whowan to adopt this technology. The short mannual doesnt seem help much on how to help peopl...
Zones: JSPDate Answered: 09/30/2004 Grade: A Views: 201
Hi, I'm trying to learn to use log4j but I'm wondering about something. Here's an excerpt from the manual: ---- For example, in    Logger x = Logger.getLogger("wombat");    Logger y =...
Zones: JavaDate Answered: 11/10/2004 Grade: A Views: 0
Does anyone have any links to examples of using Log4J to write to a log file, not only the console?
Zones: JavaDate Answered: 11/10/2004 Grade: A Views: 0