Class XViewerLog


  • public class XViewerLog
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.logging.Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      XViewerLog()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void log​(java.lang.Class<?> activatorClass, java.util.logging.Level level, java.lang.String message)  
      static void log​(java.lang.Class<?> activatorClass, java.util.logging.Level level, java.lang.String message, java.lang.Throwable th)  
      static void log​(java.lang.Class<?> activatorClass, java.util.logging.Level level, java.lang.Throwable th)  
      static void logAndPopup​(java.lang.Class<?> activatorClass, java.util.logging.Level level, java.lang.String message)  
      static void logAndPopup​(java.lang.Class<?> activatorClass, java.util.logging.Level level, java.lang.Throwable th)  
      • Methods inherited from class java.lang.Object

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

      • logger

        public static java.util.logging.Logger logger
    • Constructor Detail

      • XViewerLog

        public XViewerLog()
    • Method Detail

      • logAndPopup

        public static void logAndPopup​(java.lang.Class<?> activatorClass,
                                       java.util.logging.Level level,
                                       java.lang.String message)
      • log

        public static void log​(java.lang.Class<?> activatorClass,
                               java.util.logging.Level level,
                               java.lang.String message)
      • logAndPopup

        public static void logAndPopup​(java.lang.Class<?> activatorClass,
                                       java.util.logging.Level level,
                                       java.lang.Throwable th)
      • log

        public static void log​(java.lang.Class<?> activatorClass,
                               java.util.logging.Level level,
                               java.lang.Throwable th)
      • log

        public static void log​(java.lang.Class<?> activatorClass,
                               java.util.logging.Level level,
                               java.lang.String message,
                               java.lang.Throwable th)