Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Logger Class

  Asked By: Jimmy    Date: Dec 20    Category: Java    Views: 462
  

Does anybody have any quidelines for implementing the logger
class within an application? I know this is a wide open question but
I am trying to figure out the best way to implement this class.

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Dot net Sachin     Answered On: Dec 20

I would not implement  my own logger. Use log4j.
http://logging.apache.org/log4j/docs/

--

 
Answer #2    Answered By: Renee Lane     Answered On: Dec 20

I was referring to the logger class  found within J2SE 1.4. I
was curious how other people have implemented this logger class within
their own applications. What I am looking for is some guidelines for
proper use of the logger class.

 
Didn't find what you were looking for? Find more on Logger Class Or get search suggestion and latest updates.




Tagged: