Create Java Logger adds logger code to all java files recursively from a given directory. If directory is not defined, the current directory is used.
Usage: ./createlogger [OPTION]... [DIR]
Add logger code to all java files recursively from a given directory. If directory is not defined, the current directory is used.
--help display this help and exit
--version output version information and exit
--not-replace-prints don't replace System.out.println with logger output.
--replace-prints=LEVEL replace all System.out.println with logger using LEVEL. Default LEVEL ist "fine".
example: --replace-prints="info" -> logger.info
What's New in This Release:
· added parameter options to adjust the usage of createlogger.
Product's homepage