Package jade.tools.logging.ontology
Interface LogManagementVocabulary
-
- All Known Implementing Classes:
LogManagementOntology
public interface LogManagementVocabularyThis interface contains all the string constants for frame and slot names of thejLog-Management-Ontologyontology.
-
-
Field Summary
Fields Modifier and Type Field Description static StringGET_ALL_LOGGERSstatic StringGET_ALL_LOGGERS_FILTERstatic StringGET_ALL_LOGGERS_TYPEstatic StringLOGGER_INFOstatic StringLOGGER_INFO_FILEstatic StringLOGGER_INFO_HANDLERSstatic StringLOGGER_INFO_LEVELstatic StringLOGGER_INFO_NAMEstatic StringNAMEA symbolic constant, containing the name of thie Log Management ontology.static StringSET_FILEstatic StringSET_FILE_FILEstatic StringSET_FILE_LOGGERstatic StringSET_LEVELstatic StringSET_LEVEL_LEVELstatic StringSET_LEVEL_LOGGER
-
-
-
Field Detail
-
NAME
static final String NAME
A symbolic constant, containing the name of thie Log Management ontology.- See Also:
- Constant Field Values
-
LOGGER_INFO
static final String LOGGER_INFO
- See Also:
- Constant Field Values
-
LOGGER_INFO_NAME
static final String LOGGER_INFO_NAME
- See Also:
- Constant Field Values
-
LOGGER_INFO_LEVEL
static final String LOGGER_INFO_LEVEL
- See Also:
- Constant Field Values
-
LOGGER_INFO_HANDLERS
static final String LOGGER_INFO_HANDLERS
- See Also:
- Constant Field Values
-
LOGGER_INFO_FILE
static final String LOGGER_INFO_FILE
- See Also:
- Constant Field Values
-
GET_ALL_LOGGERS
static final String GET_ALL_LOGGERS
- See Also:
- Constant Field Values
-
GET_ALL_LOGGERS_TYPE
static final String GET_ALL_LOGGERS_TYPE
- See Also:
- Constant Field Values
-
GET_ALL_LOGGERS_FILTER
static final String GET_ALL_LOGGERS_FILTER
- See Also:
- Constant Field Values
-
SET_LEVEL
static final String SET_LEVEL
- See Also:
- Constant Field Values
-
SET_LEVEL_LEVEL
static final String SET_LEVEL_LEVEL
- See Also:
- Constant Field Values
-
SET_LEVEL_LOGGER
static final String SET_LEVEL_LOGGER
- See Also:
- Constant Field Values
-
SET_FILE
static final String SET_FILE
- See Also:
- Constant Field Values
-
SET_FILE_FILE
static final String SET_FILE_FILE
- See Also:
- Constant Field Values
-
SET_FILE_LOGGER
static final String SET_FILE_LOGGER
- See Also:
- Constant Field Values
-
-