You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by bu...@apache.org on 2010/09/02 06:25:27 UTC

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

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

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