public interface IConstantsLog
IConstants
interface defines the constants that might be share by any classes in the global packageModifier and Type | Field and Description |
---|---|
static java.lang.String |
LOG_DEFAULT_LABEL |
static boolean |
LOG_ENABLED |
static boolean |
LOG_HEADER_ENABLED |
static short |
LOG_PRIORITY_FINE |
static short |
LOG_PRIORITY_INFO |
static short |
LOG_PRIORITY_SEVERE |
static short |
LOG_PRIORITY_WARNING |
static boolean |
LOG_THREAD_ENABLED |
static boolean |
LOG_TIMESTAMP_ENABLED |
static final boolean LOG_ENABLED
static final boolean LOG_THREAD_ENABLED
static final boolean LOG_HEADER_ENABLED
static final boolean LOG_TIMESTAMP_ENABLED
static final short LOG_PRIORITY_SEVERE
static final short LOG_PRIORITY_WARNING
static final short LOG_PRIORITY_INFO
static final short LOG_PRIORITY_FINE
static final java.lang.String LOG_DEFAULT_LABEL