Re: Filtering out data while logging

2006-07-12 Thread Bender Heri
va > Sent: Monday, July 10, 2006 10:21 PM > To: log4j-user@logging.apache.org > Subject: [SPAM (Bayesain Analysis)] - Re: Filtering out data while > logging. - Bayesian Filter detected spam > > > > OOMS DIRK siemens.be> writes: > > > > > I would put Accou

Re: Filtering out data while logging.

2006-07-10 Thread Satyendra Srivastava
From: Tasso The Developer [mailto:jappdev hotmail.com] > > Sent: woensdag 2 februari 2005 17:03 > > To: log4j-user logging.apache.org > > Subject: Filtering out data while logging. > > > > > > How would I go about masking or removing certain information > > so it

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

RE: Filtering out data while logging.

2005-02-03 Thread Ceki Gülcü
dirk > -Original Message- > From: Tasso The Developer [mailto:[EMAIL PROTECTED] > Sent: woensdag 2 februari 2005 17:03 > To: log4j-user@logging.apache.org > Subject: Filtering out data while logging. > > > How would I go about masking or removing certain information > so

RE: Filtering out data while logging.

2005-02-02 Thread OOMS DIRK
03 > To: log4j-user@logging.apache.org > Subject: Filtering out data while logging. > > > How would I go about masking or removing certain information > so it doesn't > get logged? > > For instance... > > log.info("Received data from partner: A

Filtering out data while logging.

2005-02-02 Thread Tasso The Developer
How would I go about masking or removing certain information so it doesn't get logged? For instance... log.info("Received data from partner: AccountNo=12345, Secret Code=qwerty; MessageCode=100"); So in the log it would look like... Received data from partner: Account=12345, Secret Code=**;