Class CompileTimeLogger


  • public class CompileTimeLogger
    extends java.lang.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
    • Constructor Detail

      • CompileTimeLogger

        public CompileTimeLogger​(javax.annotation.processing.ProcessingEnvironment env,
                                 java.lang.String level)