[
https://issues.apache.org/jira/browse/LOG4NET-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480889#comment-17480889
]
Davyd McColl commented on LOG4NET-683:
--------------------------------------
I've just made updates to only include the "proper" namespacing on NETSTANDARD,
and revert back to using `log4net:event` directly on .net framework in the
XmlLayoutSchemaLog4j layout as I was working through a similar issue in the
XmlLayout class and wanted to provide working output for NETSTANDARD without
changing anything for .net framework. I don't know when this will make it into
a release as I only came across this whilst trying to reproduce (and hopefully
fix) LOG4NET-672, but I believe the state is better than it was before.
> UdpAppender is no longer supported for .Net Framework!?
> -------------------------------------------------------
>
> Key: LOG4NET-683
> URL: https://issues.apache.org/jira/browse/LOG4NET-683
> Project: Log4net
> Issue Type: Bug
> Components: Appenders
> Affects Versions: 2.0.14
> Environment: Windows10, .NET Framework 4.72,
> Reporter: Stojan Andjelkovic
> Priority: Major
>
> Follow configuration works (log messages are sent) only for .NET Core but
> not for .NET Framework anymore:
>
> {{{}<{}}}{{{}appender{}}} {{{}name{}}}{{{}={}}}{{{}"UdpAppender"{}}}
> {{{}type{}}}{{{}={}}}{{{}"log4net.Appender.UdpAppender"{}}}{{{}>{}}}
> {{{} <{}}}{{{}param{}}} {{{}name{}}}{{{}={}}}{{{}"RemoteAddress"{}}}
> {{{}value{}}}{{{}={}}}{{{}"127.0.0.1"{}}} {{/>}}
> {{{} <{}}}{{{}param{}}} {{{}name{}}}{{{}={}}}{{{}"RemotePort"{}}}
> {{{}value{}}}{{{}={}}}{{{}"4445"{}}} {{/>}}
> {{{} <{}}}{{{}layout{}}}
> {{{}type{}}}{{{}={}}}{{{}"log4net.Layout.XmlLayoutSchemaLog4j,
> log4net"{}}}{{{}>{}}}
> {{{} <{}}}{{{}param{}}} {{{}name{}}}{{{}={}}}{{{}"LocationInfo"{}}}
> {{{}value{}}}{{{}={}}}{{{}"true"{}}} {{/>}}
> {{{} </{}}}{{{}layout{}}}{{{}>{}}}
> {{{} <{}}}{{{}param{}}} {{{}name{}}}{{{}={}}}{{{}"Encoding"{}}}
> {{{}value{}}}{{{}={}}}{{{}"utf-8"{}}} {{/>}}
> {{{}</{}}}{{{}appender{}}}{{{}>{}}}
> The problem exists since version 2.0.13
--
This message was sent by Atlassian Jira
(v8.20.1#820001)