You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by "Victor Munoz (JIRA)" <ji...@apache.org> on 2008/11/04 16:36:44 UTC

[jira] Created: (LOG4NET-183) Appender: RemoteSyslogAppender, semicolon persist if identity value is an empty string

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.