Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here is an example of some code that writes to the log

Panelcode
private static final Log log = LogFactory.getLog(WebappDaoSetup.class);


...


log.info(elapsedSeconds + " seconds to set up models and DAO factories");

and here is the resulting line in the log:

...