[ 
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)

Reply via email to