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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Regarding Log4j

Status
Not open for further replies.

ssikkander

Programmer
Apr 7, 2008
1
US
Hi Friends,
Summary of our application
********************
Our application basically will receive request from different system (Different ClientIP) and will send respose.

Requirment of our application
**********************
I would like log each ClientIP information in a different file Instead of log all ClientIP information in one single Log file. can some explian how to configre this by using Log4j?

Note: I have basic idea of how configure Log4j for appender like console and file. But the requirment is need to make different file for each clientIP.

Thanking you,
Sidiq
 
What is Log4j? How does that relate to perl?

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
log4j is the original configurable logger utility for Java, much copied as log4n (.NET), and even log4perl. You'd be better off on a Java forum.

Steve

[small]"Every program can be reduced by one instruction, and every program has at least one bug. Therefore, any program can be reduced to one instruction which doesn't work." (Object::perlDesignPatterns)[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top