Class ZoneInfoLogger


  • public class ZoneInfoLogger
    extends java.lang.Object
    Logger for the compiler.
    • Constructor Summary

      Constructors 
      Constructor Description
      ZoneInfoLogger()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void set​(boolean verbose)  
      static boolean verbose()
      Gets a flag indicating that verbose logging is required.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZoneInfoLogger

        public ZoneInfoLogger()
    • Method Detail

      • verbose

        public static boolean verbose()
        Gets a flag indicating that verbose logging is required.
        Returns:
        true to log verbosely
      • set

        public static void set​(boolean verbose)