Return-Path: X-Original-To: apmail-logging-log4j-dev-archive@www.apache.org Delivered-To: apmail-logging-log4j-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E9D1F751 for ; Wed, 8 May 2013 15:39:16 +0000 (UTC) Received: (qmail 55273 invoked by uid 500); 8 May 2013 15:39:16 -0000 Delivered-To: apmail-logging-log4j-dev-archive@logging.apache.org Received: (qmail 55208 invoked by uid 500); 8 May 2013 15:39:16 -0000 Mailing-List: contact log4j-dev-help@logging.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Log4J Developers List" Reply-To: "Log4J Developers List" Delivered-To: mailing list log4j-dev@logging.apache.org Received: (qmail 55198 invoked by uid 99); 8 May 2013 15:39:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2013 15:39:16 +0000 Date: Wed, 8 May 2013 15:39:15 +0000 (UTC) From: "Kurt Lehrke (JIRA)" To: log4j-dev@logging.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (LOG4J2-243) LoggerConfig has a method that should be protected instead of private. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Kurt Lehrke created LOG4J2-243: ---------------------------------- Summary: LoggerConfig has a method that should be protected instead of private. Key: LOG4J2-243 URL: https://issues.apache.org/jira/browse/LOG4J2-243 Project: Log4j 2 Issue Type: Improvement Components: Core Affects Versions: 2.0-beta6 Reporter: Kurt Lehrke Priority: Minor LoggerConfig has a constructor that has an argument called includeLocation (boolean). When log4j2 calls this constructor they use the private static boolean includeLocation method to determine this argument. Since it's private, I cannot call it. I would like to suggest this to be changed to a protected method instead. That way, I don't have to duplicate the method in order to call this constructor. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org For additional commands, e-mail: log4j-dev-help@logging.apache.org