Skip to content
chanedi edited this page Jun 16, 2016 · 7 revisions

What is it?

日志生成器,可能会重复生成日志,格式也没有调,生成完要再处理一下。

模板

  • tmpl/log/methodIn.ftl:方法入口日志。
  • tmpl/log/methodOut.ftl:方法出口日志。
  • tmpl/log/daoResult.ftl:DAO返回值日志。

模板可用变量

  • isList:方法是否返回List(不支持其他集合类型)。
  • methodName:方法名。
  • isEmptyArgs:是否空参数。
  • argNames:变量名数组。

How to use

对应测试用例

chanedi.generator.LoggerGeneratorTest#generateLogger

把想生成日志的文件名扔进去就可以了。