Interface BrokerNameAndLevelLogInclusionRule<X extends BrokerNameAndLevelLogInclusionRule<X>>
-
- All Superinterfaces:
BrokerLogInclusionRule<X>,ConfiguredObject<X>,ContextProvider,LogBackLogInclusionRule,LogInclusionRule,PermissionedObject,TaskExecutorProvider
- All Known Implementing Classes:
BrokerNameAndLevelLogInclusionRuleImpl
public interface BrokerNameAndLevelLogInclusionRule<X extends BrokerNameAndLevelLogInclusionRule<X>> extends BrokerLogInclusionRule<X>, LogBackLogInclusionRule
-
-
Field Summary
Fields Modifier and Type Field Description static StringLEVELstatic StringLOGGER_NAMEstatic StringTYPE-
Fields inherited from interface org.apache.qpid.server.model.ConfiguredObject
AWAIT_ATTAINMENT_TIMEOUT, CONTEXT, CREATED_BY, CREATED_TIME, DEFAULT_AWAIT_ATTAINMENT_TIMEOUT, DESCRIPTION, DESIRED_STATE, DURABLE, ID, LAST_UPDATED_BY, LAST_UPDATED_TIME, LIFETIME_POLICY, NAME, OVER_SIZED_ATTRIBUTE_ALTERNATIVE_TEXT, STATE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogLevelgetLevel()StringgetLoggerName()-
Methods inherited from interface org.apache.qpid.server.model.ConfiguredObject
addChangeListener, asObjectRecord, authorise, authorise, authorise, close, closeAsync, createChild, createChildAsync, decryptSecrets, delete, deleteAsync, findConfiguredObject, getActualAttributes, getAttainedChildById, getAttainedChildByName, getAttribute, getAttributeNames, getCategoryClass, getChildById, getChildByName, getChildExecutor, getChildren, getContext, getCreatedBy, getCreatedTime, getDescription, getDesiredState, getId, getLastOpenedTime, getLastUpdatedBy, getLastUpdatedTime, getLifetimePolicy, getModel, getName, getObjectFactory, getParent, getState, getStatistics, getStatistics, getType, getTypeClass, getUserPreferences, hasEncrypter, isDurable, managesChildStorage, newToken, open, openAsync, removeChangeListener, removeContextVariable, setAttributes, setAttributesAsync, setContextVariable, setUserPreferences
-
Methods inherited from interface org.apache.qpid.server.model.ContextProvider
getContextKeys, getContextValue, getContextValue
-
Methods inherited from interface org.apache.qpid.server.logging.logback.LogBackLogInclusionRule
asFilter
-
Methods inherited from interface org.apache.qpid.server.logging.LogInclusionRule
getName
-
Methods inherited from interface org.apache.qpid.server.model.TaskExecutorProvider
getTaskExecutor
-
-
-
-
Field Detail
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
LOGGER_NAME
static final String LOGGER_NAME
- See Also:
- Constant Field Values
-
LEVEL
static final String LEVEL
- See Also:
- Constant Field Values
-
-