Class ConfigStoreMessages


  • public class ConfigStoreMessages
    extends java.lang.Object
    DO NOT EDIT DIRECTLY, THIS FILE WAS GENERATED. Generated using GenerateLogMessages and LogMessages.vm This file is based on the content of ConfigStore_logmessages.properties To regenerate, use Maven lifecycle generates-sources with -Dgenerate=true
    • Field Detail

      • CONFIGSTORE_LOG_HIERARCHY

        public static final java.lang.String CONFIGSTORE_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • CLOSE_LOG_HIERARCHY

        public static final java.lang.String CLOSE_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • CREATED_LOG_HIERARCHY

        public static final java.lang.String CREATED_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • RECOVERY_COMPLETE_LOG_HIERARCHY

        public static final java.lang.String RECOVERY_COMPLETE_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • RECOVERY_START_LOG_HIERARCHY

        public static final java.lang.String RECOVERY_START_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • STORE_LOCATION_LOG_HIERARCHY

        public static final java.lang.String STORE_LOCATION_LOG_HIERARCHY
        See Also:
        Constant Field Values
    • Method Detail

      • CLOSE

        public static LogMessage CLOSE()
        Log a ConfigStore message of the Format:
        CFG-1003 : Closed
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CREATED

        public static LogMessage CREATED()
        Log a ConfigStore message of the Format:
        CFG-1001 : Created
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • RECOVERY_COMPLETE

        public static LogMessage RECOVERY_COMPLETE()
        Log a ConfigStore message of the Format:
        CFG-1005 : Recovery Complete
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • RECOVERY_START

        public static LogMessage RECOVERY_START()
        Log a ConfigStore message of the Format:
        CFG-1004 : Recovery Start
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • STORE_LOCATION

        public static LogMessage STORE_LOCATION​(java.lang.String param1)
        Log a ConfigStore message of the Format:
        CFG-1002 : Store location : {0}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.