DO NOT REPLY [Bug 12366] - Cannot use Xerces 2.1.0 with XML configuration file because the file is not referred to as a URL by Log4J.

2003-01-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

activate/ deactivate Logger

2003-01-28 Thread Andreas Bröker
Hello, i want to use two logger in one of my own classes to generate logging informations. Is it possible to activate, or deactivate respectively, a logger instance using the log4j configuration file. Thanks for any assistance in advance. Andreas -- To unsubscribe, e-mail:

RE: activate/ deactivate Logger

2003-01-28 Thread Jim Moore
You should send these kinds of questions to log4j-user@, not log4j-dev@. Take a look at http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/helpers/FileWatchd og.html -Original Message- From: Andreas Bröker [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 4:23 PM To: [EMA

DO NOT REPLY [Bug 16516] New: - minutes instead of month ??

2003-01-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

how to map application message codes in the log format using log4

2003-01-28 Thread HALESHAPPA SATHEESHA
hi, (B (B I am developing an application using Java. Also am using log4j for logging (Bthe application messages. (B I have developed some log4j subclasses to format the log messages according (Bto my application requirements. (B (B In our application, we have a list of messages mapped with c

RE: how to map application message codes in the log format using log4

2003-01-28 Thread Jim Moore
You're sending this to the wrong list. These kinds of questions are better for [EMAIL PROTECTED] The way I do it is: import java.util.ResourceBundle; /** * @see LogMessageRenderer */ public class LogMessage { private String id; private Object[] vals; private ResourceBundle resourceBundl