I have a peculiar problem.
if (logger.isDebugEnabled()) {
logger.debug("Message=\"About to get the application details\" GroupID={}", iGroupID);
}
I have this code and when check the logger. The level of logger = DEBUG, but the method logger.isDebugEnabled() simply returns false.
I'm using SLF4J and Maven to add dependencies.
DEBUG? – Isaac Nov 9 '12 at 5:23log4j.propertiesfile would be nice to see and also where in the project structure you have added it. – maba Nov 9 '12 at 7:51