public interface EventLogger extends ItemFeatureEntry
The following features are supported:
OsgiPackage.getEventLogger()
Modifier and Type | Method and Description |
---|---|
boolean |
isLogAttributesChange()
Returns the value of the 'Log Attributes Change' attribute.
|
boolean |
isLogSubscriptionChange()
Returns the value of the 'Log Subscription Change' attribute.
|
boolean |
isLogValueChange()
Returns the value of the 'Log Value Change' attribute.
|
boolean |
isLogWrites()
Returns the value of the 'Log Writes' attribute.
|
void |
setLogAttributesChange(boolean value)
Sets the value of the '
Log Attributes Change ' attribute. |
void |
setLogSubscriptionChange(boolean value)
Sets the value of the '
Log Subscription Change ' attribute. |
void |
setLogValueChange(boolean value)
Sets the value of the '
Log Value Change ' attribute. |
void |
setLogWrites(boolean value)
Sets the value of the '
Log Writes ' attribute. |
getItem, getName, setItem, setName
boolean isLogAttributesChange()
"false"
.
If the meaning of the 'Log Attributes Change' attribute isn't clear, there really should be more of a description here...
setLogAttributesChange(boolean)
,
OsgiPackage.getEventLogger_LogAttributesChange()
void setLogAttributesChange(boolean value)
Log Attributes Change
' attribute.
value
- the new value of the 'Log Attributes Change' attribute.isLogAttributesChange()
boolean isLogValueChange()
"true"
.
If the meaning of the 'Log Value Change' attribute isn't clear, there really should be more of a description here...
setLogValueChange(boolean)
,
OsgiPackage.getEventLogger_LogValueChange()
void setLogValueChange(boolean value)
Log Value Change
' attribute.
value
- the new value of the 'Log Value Change' attribute.isLogValueChange()
boolean isLogSubscriptionChange()
"true"
.
If the meaning of the 'Log Subscription Change' attribute isn't clear, there really should be more of a description here...
setLogSubscriptionChange(boolean)
,
OsgiPackage.getEventLogger_LogSubscriptionChange()
void setLogSubscriptionChange(boolean value)
Log Subscription Change
' attribute.
value
- the new value of the 'Log Subscription Change' attribute.isLogSubscriptionChange()
boolean isLogWrites()
"true"
.
If the meaning of the 'Log Writes' attribute isn't clear, there really should be more of a description here...
setLogWrites(boolean)
,
OsgiPackage.getEventLogger_LogWrites()
void setLogWrites(boolean value)
Log Writes
' attribute.
value
- the new value of the 'Log Writes' attribute.isLogWrites()