Class WindowTracing


  • @Internal
    public final class WindowTracing
    extends java.lang.Object
    Logging for window operations. Generally only feasible to enable on hand-picked pipelines.
    • Constructor Summary

      Constructors 
      Constructor Description
      WindowTracing()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void debug​(java.lang.String format, java.lang.Object... args)  
      static void trace​(java.lang.String format, java.lang.Object... args)  
      • Methods inherited from class java.lang.Object

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

      • WindowTracing

        public WindowTracing()
    • Method Detail

      • debug

        public static void debug​(java.lang.String format,
                                 java.lang.Object... args)
      • trace

        public static void trace​(java.lang.String format,
                                 java.lang.Object... args)