Class ZoneInfoLogger


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

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.ThreadLocal<java.lang.Boolean> cVerbose  
    • 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cVerbose

        static java.lang.ThreadLocal<java.lang.Boolean> cVerbose
    • 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)