Hi,
I'm currently trying to use the Log4j UDPAppender in the version 1.3.
Here is my Appender configuration:
<appender name="UDP" class="org.apache.log4j.net.UDPAppender">
<param name="RemoteHost" value="localhost" />
<param name="port" value="8080" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern"
value="%m" />
</layout>
</appender>
After executing my application I'm geting the following error message:
Attempted to log with inactive appender named [UDP]
Thank you for help.
I'm currently trying to use the Log4j UDPAppender in the version 1.3.
Here is my Appender configuration:
<appender name="UDP" class="org.apache.log4j.net.UDPAppender">
<param name="RemoteHost" value="localhost" />
<param name="port" value="8080" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern"
value="%m" />
</layout>
</appender>
After executing my application I'm geting the following error message:
Attempted to log with inactive appender named [UDP]
Thank you for help.