Does anybody have any quidelines for implementing the loggerclass within an application? I know this is a wide open question butI am trying to figure out the best way to implement this class.
I would not implement my own logger. Use log4j.http://logging.apache.org/log4j/docs/--
I was referring to the logger class found within J2SE 1.4. Iwas curious how other people have implemented this logger class withintheir own applications. What I am looking for is some guidelines forproper use of the logger class.