public class LogMessages extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ASSETS_FOLDER_UPLOAD_COMPLETED |
static String |
EXPERIMENT_CLEANUP_PROMPT |
static String |
EXPERIMENT_HEARTBEAT_STOPPED_PROMPT |
static String |
EXPERIMENT_LIVE |
static String |
FAILED_READ_DATA_FOR_EXPERIMENT |
static String |
FAILED_TO_LOG_ASSET_FOLDER |
static String |
FAILED_TO_LOG_SOME_ASSET_FROM_FOLDER |
static String |
FAILED_TO_SEND_LOG_ASSET_REQUEST |
static String |
FAILED_TO_SEND_LOG_REQUEST |
static String |
LOG_ASSET_FOLDER_EMPTY |
static String |
LOG_REMOTE_ASSET_URI_FILE_NAME_TO_DEFAULT |
| Constructor and Description |
|---|
LogMessages() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getString(String key)
Gets a string for the given key from this resource bundle.
|
static String |
getString(String key,
Object... args)
Gets a formatted string for the given key from this resource bundle.
|
public static final String EXPERIMENT_LIVE
public static final String EXPERIMENT_CLEANUP_PROMPT
public static final String EXPERIMENT_HEARTBEAT_STOPPED_PROMPT
public static final String LOG_ASSET_FOLDER_EMPTY
public static final String ASSETS_FOLDER_UPLOAD_COMPLETED
public static final String LOG_REMOTE_ASSET_URI_FILE_NAME_TO_DEFAULT
public static final String FAILED_READ_DATA_FOR_EXPERIMENT
public static final String FAILED_TO_SEND_LOG_REQUEST
public static final String FAILED_TO_SEND_LOG_ASSET_REQUEST
public static final String FAILED_TO_LOG_ASSET_FOLDER
public static final String FAILED_TO_LOG_SOME_ASSET_FROM_FOLDER
public static String getString(String key, Object... args)
key - the key for the desired stringargs - the formatting arguments. See String.format(String, Object...)Copyright © 2021. All rights reserved.