Return-Path: Delivered-To: apmail-logging-log4j-user-archive@www.apache.org Received: (qmail 76168 invoked from network); 2 Dec 2004 14:17:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Dec 2004 14:17:59 -0000 Received: (qmail 80419 invoked by uid 500); 2 Dec 2004 14:17:52 -0000 Delivered-To: apmail-logging-log4j-user-archive@logging.apache.org Received: (qmail 80396 invoked by uid 500); 2 Dec 2004 14:17:52 -0000 Mailing-List: contact log4j-user-help@logging.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Log4J Users List" Reply-To: "Log4J Users List" Delivered-To: mailing list log4j-user@logging.apache.org Received: (qmail 80378 invoked by uid 99); 2 Dec 2004 14:17:52 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_50_60,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from hermes-post2.infotel.com (HELO hermes-post2.infotel.com) (212.208.155.101) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Dec 2004 06:17:51 -0800 Received: from ses10.sesame.infotel.com (unknown [212.208.155.122]) by hermes-post2.infotel.com (Postfix) with ESMTP id D9E4217EFD for ; Thu, 2 Dec 2004 15:17:49 +0100 (CET) Content-class: urn:content-classes:message Subject: multiple instance of an application MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4D879.B3BC8E54" Date: Thu, 2 Dec 2004 15:17:49 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Message-ID: <62EDE6FBA5FCC146B00F624876A4294802040B80@ses10.sesame.infotel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: multiple instance of an application thread-index: AcTYebPSiPuPyO9GRDOTrb2c9wZzCg== From: "PIGEYRE Bastien" To: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C4D879.B3BC8E54 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I have a problem with log4J. I have an application which can be launch = several times. I would like to create a logger file for each with a = different name: eg: myAppli1.log myApply2.log ... the appender is always the same : "myApply" but each sessio instantiate his own logger. Here follows the the result I got. When I launch a first application, It creates a good log file. When I = launch a second application it creates a new log file (all is good) but = the logging of my two application are stored in the last file = created.... did someone has an idea to solve my problem? thanks in advance, > Bastien PIGEYRE >=20 >=20 ------_=_NextPart_001_01C4D879.B3BC8E54--