[stringtemplate-interest] Logging framework?

Barrie Treloar baerrach at gmail.com
Wed Apr 13 21:42:59 PDT 2011


Is there a reason for not using a logging framework?

Instead there the code uses:
  if ( verbose ) System.out.println("getEmbeddedInstanceOf("+name+")");

I ask because I'd like to enhance the feedback from failure conditions
and using java.logging (or log4j) would be nicer.


More information about the stringtemplate-interest mailing list