Category name in PatternLayout...expensive?

2001-09-12 Thread Ross Cormier
I would like to add the Category name to the PatternLayout via %c, but I recall reading somewhere that this is very expensive. Please correct me if I am wrong...I hope I am. Thanks in advance, Ross Cormier __ Do You Yahoo!? Get email alerts NEW

Lower Priorities than the root

2001-07-25 Thread Ross Cormier
I have the root category set to INFO. Can I set a specific category to a priority DEBUG and have it print events? Thanks, Ross __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/

RE: Validation with DOMConfigurator

2001-06-29 Thread Ross Cormier
I was using 1.1 and I downloaded 1.1.3, but the problem persists. Ross --- Johnson, Clay [EMAIL PROTECTED] wrote: The 1.1.3 version of the lo4j.dtd fixed some problems. -Original Message- From: Ross Cormier [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 9:37 AM

Validation with DOMConfigurator

2001-06-28 Thread Ross Cormier
. dbf.setValidating(true); Here is a snippet from my xml configuration: appender name=ASYNC class=org.apache.log4j.AsyncAppender appender-ref ref=CONSOLE/ appender-ref ref=LOG_FILE/ appender-ref ref=TIME_FILE/ appender-ref ref=AUDIT_FILE/ appender-ref ref=SQL_FILE/ /appender Thanks, Ross Cormier

Exception after calling shutddown

2001-06-04 Thread Ross Cormier
Hi all, I get the following exception when I call shutdown on an instance of a Category object. I have included some config info that I think is relevant. FILE1 and FILE2 are FileAppenders. Thanks, Ross appender name=ASYNC class=org.apache.log4j.AsyncAppender appender-ref ref=FILE1/

Re: Exception after calling shutddown

2001-06-04 Thread Ross Cormier
systematically? Thanks, Ceki At 12:23 04.06.2001 -0700, Ross Cormier wrote: Hi all, I get the following exception when I call shutdown on an instance of a Category object. I have included some config info that I think is relevant. FILE1 and FILE2 are FileAppenders. Thanks, Ross

PriorityMatchFilter and XPriority

2001-05-29 Thread Ross Cormier
Hi, I am using my own Category and Priority based on the XCategory and XPriority classes in log4j/xml/examples. I am trying to set up a PriorityMatchFilter to filter on on of my new priorities. Unfortuntaly, this does not work. I can substitute one of the built-in Priorities for my custom

Logging ONLY a single Priority

2001-05-25 Thread Ross Cormier
I have extended Category and Priority to add some additional methods, sql and audit. I want to create some appenders that will ONLY log sql or audit priorities. I searched the mailing list and could not find much help. A PriorityMatchFilter was mentioned I think. Thanks in advance, Ross

Re: unix problems with log4j

2001-05-25 Thread Ross Cormier
BTW, it works on Solaris also. Ross --- Ceki Gülcü [EMAIL PROTECTED] wrote: This works fine under Linux. What OS is this? Ceki At 12:02 23.05.2001 +0200, you wrote: hi there, is there any reason known, why the console appender (org.apache.log4j.ConsoleAppender) do not print any