Class CompileTimeLogger


  • public class CompileTimeLogger
    extends Object
    Simple logger sets log level from javac compilers annotation processing options -Alog=TRACE|INFO|WARN|ERROR and uses the processing environment to determine the log output stream.
    Author:
    Pinaki Poddar