import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
Log log = LogFactory.getLog("mighty.rule.TestLoggers");
log.info("Hi");
log.debug("Hello");
log.trace("Dear");
log.error("Something serious");
Note: Log naming convention is project.objectType.Unique Identifier
No comments:
Post a Comment