[
https://issues.apache.org/jira/browse/LOG4NET-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Bodewig updated LOG4NET-183:
-----------------------------------
Fix Version/s: 1.2 Maintenance Release
> 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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira