View Single Post
  #2 (permalink)  
Old 06-05-2007, 06:54 AM
Albert Albert is offline
Senior Member
 
Join Date: Jun 2007
Posts: 114
Albert is on a distinguished road
RE: Log4J - transactions log
Log4j Version 1.2.14 here you are in the API

Logging package for printing log output to different local and remote destinations

I am using it, It's good, because it has differents levels of errors:
TRACE, DEBUG, ERROR, INFO etc. You always log, but depends on the defined level in the log4j.properties file the guy writes you in the log or doesn't

For example, we use TRACE, DEBUG, ERROR e INFO log levels in the tester environment; but in production just INFO.
they are differents log4j.properties files, so itīs to implements

Albert
Reply With Quote