“Low quality code is not cheaper; it is vastly more expensive, even in the short term. Bad code slows everyone down from the minute that it is written. It creates a continuous and copious drag on further progress. It requires armies of coders to overcome that drag; and those armies must grow exponentially to maintain constant velocity against that drag.”
Robert C. Martin
Monday, March 19, 2012
Jboss Logger
If you want to add a new category to your Jboss Log4j logger, you need to define a log variable in your code like:
>LogFactory.getLog("application-name");
and you should add a new category in jboss-log4j.xml file like:
and may be you can define a appender for log management :
No comments:
Post a Comment