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
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.
-
You can reply to this email to add a comment to the issue online.