Top "Log4j" questions

log4j is a popular Java-based logging utility.

How can I create 2 separate log files with one log4j config file?

I can't figure out how to configure my log4j so that my debugLog and my reportsLog are separate from …

java logging log4j
How do you Change a Package's Log Level using Log4j?

I've encountered the following bug: http://issues.apache.org/jira/browse/AXIS2-4363 It states the following: This error only …

java logging log4j axis2 axiom
How can I get log4j to delete old rotating log files?

How can I get log4j to delete old rotating log files? I know I can set up automated jobs (…

log4j rotation
In log4j, does checking isDebugEnabled before logging improve performance?

I am using Log4J in my application for logging. Previously I was using debug call like: Option 1: logger.debug("…

java logging log4j
How do I set log4j level on the command line?

I want to add some log.debug statements to a class I'm working on, and I'd like to see that …

java log4j
Enable Hibernate logging

I'm trying to create a log of hibernate statements. I perform my sql statements using JPA where Hibernate 2.0 is the …

java hibernate logging log4j jboss6.x
How to get SLF4J "Hello World" working with log4j?

The "Hello World" example from SLF4J is not working for me. I guess this is because I added slf4…

java logging log4j slf4j
log4j vs logback

We are using log4j behind a selfmade wrapper. We plan to use much more features of it now. Should …

java logging log4j logback
Change location of log4j.properties

I want to put all my config files in a /config subfolder of my application directory. Log4j is expecting …

java log4j
What is log4j's default log file dumping path

Hi i am new to programming concepts and i am tend to work out something with log4j. So i …

java eclipse log4j