Filtering out data while logging

2005-02-04 Thread Tasso The Developer
Problem is it's a string received from a 3rd party... With it's on custom format... _ Take charge with a pop-up guard built on patented Microsoft® SmartScreen Technology. http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=199

contribution to log4j: servlet diagnostic context

2005-02-04 Thread Winston Huang
all, I have encountered a lot of situations where I would like to inspect the servlet context information (such as session attributes, request attributes) with the application logging, without touching the original logging code. It's similar to the %t conversion specifier in the PatternLayout t

Help Please - Chainsaw configuration

2005-02-04 Thread Todd Flautt
I have a PatternLayout of %d %c %-5p [%t] - %x - %m - %X{UserID}%n with a corresponding LogFilePatternReceiver layout of TIMESTAMP LOGGER LEVEL [THREAD] - NDC - MESSAGE - PROP(UserID) The behavior that is exhibited is any log statement that does not have the MDC UserID will

RE: Basic question JoranConfigurator and LoggerRepository

2005-02-04 Thread Evans Mark-PT1167
JoranConfigurator jcl = new JoranConfigurator(); jcl.doConfigure(appenderConfigFile, LogManager.getLoggerRepository()); (as lifted from DBPerfTest.java) -Original Message- From: OOMS DIRK [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 1:38 AM To: 'Log4J Users List' Subject: Bas

Chainsaw & oro regex

2005-02-04 Thread Mike Blake-Knox
I downloaded the current version of chainsaw from cvs last night. Chainsaw won't build now, Java can't find org/apache/oro/text/regex/MalformedPatternException.class while compiling log4j\lbel\comparator\StringComparator. I added jakarta-oro-2.0.8 to my classpath and found it wouldn't run (couldn

More categories

2005-02-04 Thread Graf László
Hi all, In a project we want to use log4j. With the base configuration it works fine, no matter of how many appenders we define: log4j.rootCategory=error, D, S log4j.appender.D=org.apache.log4j.DailyRollingFileAppender log4j.appender.D.DatePattern='.'-MM-dd log4j

Basic question JoranConfigurator and LoggerRepository

2005-02-04 Thread OOMS DIRK
Hello, To programmatically get a config file in 1.2.9, i could do: DOMConfigurator.configure("log4j.xml"); I have been looking into how to do the same simple thing with JoranConfigurator in 1.3, but the doConfigure method of the JoranConfigurator requires a LoggerRepository parameter, which is a