[
https://issues.apache.org/jira/browse/LOG4NET-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480699#comment-17480699
]
Stojan Andjelkovic commented on LOG4NET-683:
--------------------------------------------
hi [~agalbiati],
you are maybe right, the problem ocurs when using
{code:java}
<layout type="log4net.Layout.XmlLayoutSchemaLog4j, log4net">{code}
but not with
{code:java}
<layout type="log4net.Layout.SimpleLayout, log4net">{code}
Never the less, it differs slightly from LOG4NET-586 . The missbehaviour
occurs only in connection with the .NET Framework and only for log4net
versions >= 2.0.13.
Stojan
{{ }}
> 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)