RE: Diff between Logger and Log

2009-09-30 Thread SkyMe
I know that they are from different packages, Log is a wrapper for log4j or other. I'm trying to figure out why log4j's Logger doesn't work, while common's Log works fine (in described situation). I want to use Logger instead of Log. -- View this message in context: http://www.nabble.com/Diff-be

RE: Diff between Logger and Log

2009-09-30 Thread Matt Brown
Log and LogFactory are not log4j classes (http://logging.apache.org/log4j/1.2/apidocs/index.html). However they are both Commons Logging classes ( http://commons.apache.org/logging/commons-logging-1.1.1/apidocs/index.html ). Are you using Commons Logging on accident? Or are you trying to find