Re: Level per user

2006-10-15 Thread Stefano Nichele
Hi Jacob, thanks for your reply. Checking in the log4j source code, i saw all log methods and all guard methods performs something like this: public boolean isTraceEnabled() { if (repository.isDisabled(Level.TRACE_INT)) { return false; } return

Re: Level per user

2006-10-15 Thread Jacob Kjome
At 05:41 AM 10/15/2006, you wrote: Hi Jacob, thanks for your reply. Checking in the log4j source code, i saw all log methods and all guard methods performs something like this: public boolean isTraceEnabled() { if (repository.isDisabled(Level.TRACE_INT)) { return false;