Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DCA14200BBA for ; Sat, 5 Nov 2016 21:06:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DB46B160B09; Sat, 5 Nov 2016 20:06:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 54387160AE9 for ; Sat, 5 Nov 2016 21:06:59 +0100 (CET) Received: (qmail 16585 invoked by uid 500); 5 Nov 2016 20:06:58 -0000 Mailing-List: contact log4net-dev-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4NET Dev" List-Id: Delivered-To: mailing list log4net-dev@logging.apache.org Received: (qmail 16572 invoked by uid 99); 5 Nov 2016 20:06:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Nov 2016 20:06:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 622722C0057 for ; Sat, 5 Nov 2016 20:06:58 +0000 (UTC) Date: Sat, 5 Nov 2016 20:06:58 +0000 (UTC) From: "Dominik Psenner (JIRA)" To: log4net-dev@logging.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LOG4NET-183) Appender: RemoteSyslogAppender, semicolon persist if identity value is an empty string MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 05 Nov 2016 20:07:00 -0000 [ https://issues.apache.org/jira/browse/LOG4NET-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15640489#comment-15640489 ] Dominik Psenner commented on LOG4NET-183: ----------------------------------------- Bumping WinXP related issues, dev list please discuss if we can close this issue as won't fix because WinXP reached end of life. > Appender: RemoteSyslogAppender, semicolon persist if identity value is an empty string > -------------------------------------------------------------------------------------- > > Key: LOG4NET-183 > URL: https://issues.apache.org/jira/browse/LOG4NET-183 > Project: Log4net > Issue Type: Bug > Components: Appenders > Affects Versions: 1.2.10 > Environment: Windows XP, .Net 2.0 > Reporter: Victor Munoz > Priority: Minor > Fix For: 1.2 Maintenance Release > > Original Estimate: 24h > Remaining Estimate: 24h > > Filename: RemolteSyslogAppender.cs > ------------------------------------------------------- > // Identity > if (m_identity != null) > { > m_identity.Format(writer, loggingEvent); > } > Else > { > writer.Write(loggingEvent.Domain); > } > writer.Write(": "); <------------------------------- ALWAYS include semicolon, even if identity is an empty string. > -- This message was sent by Atlassian JIRA (v6.3.4#6332)