https://issues.apache.org/bugzilla/show_bug.cgi?id=49853

--- Comment #1 from Curt Arnold <[email protected]> 2010-09-02 00:25:25 EDT ---
I'm unclear on the issue that you are trying to describe.

http://logging.apache.org/log4j/1.2/manual.html show declaring loggers with
thresholds and attached loggers using the properties files syntax:

log4j.logger.com.foo=WARN,APPENDER1,APPENDER2

Programatically, loggers are created on demand using the Logger.getLogger()
calls when a logger with the specified name does not exist.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to