Class JKeys


  • public class JKeys
    extends java.lang.Object
    Helper class for Java to get the handle of predefined keys while calling Logger api methods
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String OBS_ID
      ObsId key used in logging
    • Constructor Summary

      Constructors 
      Constructor Description
      JKeys()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • OBS_ID

        public static final java.lang.String OBS_ID
        ObsId key used in logging
    • Constructor Detail

      • JKeys

        public JKeys()