-
Notifications
You must be signed in to change notification settings - Fork 21
LoggerGenerator
chanedi edited this page Jun 16, 2016
·
7 revisions
日志生成器,可能会重复生成日志,格式也没有调,生成完要再处理一下。
- tmpl/log/methodIn.ftl:方法入口日志。
- tmpl/log/methodOut.ftl:方法出口日志。
- tmpl/log/daoResult.ftl:DAO返回值日志。
- isList:方法是否返回List(不支持其他集合类型)。
- methodName:方法名。
- isEmptyArgs:是否空参数。
- argNames:变量名数组。
chanedi.generator.LoggerGeneratorTest#generateLogger
把想生成日志的文件名扔进去就可以了。