log4j-dev  

DO NOT REPLY [Bug 49853] Adding loggers to the configuration

bugzilla
Wed, 01 Sep 2010 21:26:13 -0700

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

--- Comment #1 from Curt Arnold <carn...@apache.org> 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: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org