public class ConfigStoreMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLOSE_LOG_HIERARCHY |
static String |
CONFIGSTORE_LOG_HIERARCHY |
static String |
CREATED_LOG_HIERARCHY |
static String |
RECOVERY_COMPLETE_LOG_HIERARCHY |
static String |
RECOVERY_START_LOG_HIERARCHY |
static String |
STORE_LOCATION_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
CLOSE()
Log a ConfigStore message of the Format:
|
static LogMessage |
CREATED()
Log a ConfigStore message of the Format:
|
static LogMessage |
RECOVERY_COMPLETE()
Log a ConfigStore message of the Format:
|
static LogMessage |
RECOVERY_START()
Log a ConfigStore message of the Format:
|
static LogMessage |
STORE_LOCATION(String param1)
Log a ConfigStore message of the Format:
|
public static final String CONFIGSTORE_LOG_HIERARCHY
public static final String RECOVERY_COMPLETE_LOG_HIERARCHY
public static final String CLOSE_LOG_HIERARCHY
public static final String CREATED_LOG_HIERARCHY
public static final String STORE_LOCATION_LOG_HIERARCHY
public static final String RECOVERY_START_LOG_HIERARCHY
public static LogMessage RECOVERY_COMPLETE()
CFG-1005 : Recovery CompleteOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CLOSE()
CFG-1003 : ClosedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CREATED()
CFG-1001 : CreatedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage STORE_LOCATION(String param1)
CFG-1002 : Store location : {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage RECOVERY_START()
CFG-1004 : Recovery StartOptional values are contained in [square brackets] and are numbered sequentially in the method call.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.