Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UDPAppender for Log4j

Status
Not open for further replies.

epsonic

Programmer
Nov 9, 2004
14
0
0
DE
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.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top