Return-Path: Delivered-To: apmail-logging-log4j-user-archive@www.apache.org Received: (qmail 96055 invoked from network); 18 Aug 2009 13:16:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Aug 2009 13:16:22 -0000 Received: (qmail 44245 invoked by uid 500); 18 Aug 2009 13:16:40 -0000 Delivered-To: apmail-logging-log4j-user-archive@logging.apache.org Received: (qmail 44214 invoked by uid 500); 18 Aug 2009 13:16:40 -0000 Mailing-List: contact log4j-user-help@logging.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 44203 invoked by uid 99); 18 Aug 2009 13:16:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2009 13:16:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of him6ul@gmail.com designates 209.85.216.198 as permitted sender) Received: from [209.85.216.198] (HELO mail-px0-f198.google.com) (209.85.216.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2009 13:16:31 +0000 Received: by pxi36 with SMTP id 36so1706440pxi.7 for ; Tue, 18 Aug 2009 06:16:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:subject :date:mime-version:content-type:content-transfer-encoding:x-priority :x-msmail-priority:x-mailer:x-mimeole; bh=dx0JJVdfYhW+qNchpx9QI4FZc9eZ3ny2oB4Idkkoi+s=; b=A+GIDVVhyxuMggMQPBhoWQDpi71a7+gotH2PUJz/EN6ml6k7p+P+7yn/qoXfESZYPO YUDhC7DBTpIOx5OB3gYZU1DkVS25bnaQ6YJmuvDcy7Xu/Bg8YdfzkkVk/wA0XVNU92Zj 5o5HPIH4yvTbxd99yiQJphiHXj33s+ihclheg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:subject:date:mime-version:content-type :content-transfer-encoding:x-priority:x-msmail-priority:x-mailer :x-mimeole; b=SHiafljj2EGNo7d9L3fKSaHWeFph4DNPE7rwACHoKchituYEN9uSVGWjbrrHjsKjZX Mg06ARYXKSkJ6AE92kaydq+puWcMu39dnYxWJM230jojh3ZQtzxmhdBXHB1BYWMclLF2 /tErpNzqo0haFYSe0ZOYoVJZ28I3b7+OQapcs= Received: by 10.114.253.27 with SMTP id a27mr5618609wai.31.1250601370785; Tue, 18 Aug 2009 06:16:10 -0700 (PDT) Received: from USDtop11 ([140.89.70.119]) by mx.google.com with ESMTPS id k41sm1394760rvb.4.2009.08.18.06.16.09 (version=SSLv3 cipher=RC4-MD5); Tue, 18 Aug 2009 06:16:10 -0700 (PDT) Message-ID: <5B4EC19D4DDC49D98441D2AFDE06D9D6@egain.na> From: "Himanshu Gupta" To: Subject: ErrorHandler Date: Tue, 18 Aug 2009 06:16:08 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.3959 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 X-Virus-Checked: Checked by ClamAV on apache.org Can someone please point me to example on how to implement custom ErrorHandler and not use the default one? I am currently logging all my logs in log files over the network through RollingFileAppender. But if there is any glitch in network after recovery, application runs fine but log4j stops working and no logs get logged in log files. --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org For additional commands, e-mail: log4j-user-help@logging.apache.org