Class PKILogger


  • public class PKILogger
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  PKILogger.Level  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Map<PKILogger.Level,​java.util.logging.Level> map  
    • Constructor Summary

      Constructors 
      Constructor Description
      PKILogger()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setLevel​(PKILogger.Level level)  
      • Methods inherited from class java.lang.Object

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

      • map

        public static java.util.Map<PKILogger.Level,​java.util.logging.Level> map
    • Constructor Detail

      • PKILogger

        public PKILogger()