|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tango.server.attribute.log.LogAttribute
public class LogAttribute
An image attribute that contains logs from a list of Logger
Constructor Summary | |
---|---|
LogAttribute(int depth,
org.slf4j.Logger... loggers)
Build an attribute "log" which is an image of string. |
|
LogAttribute(java.lang.String attributeName,
int depth,
org.slf4j.Logger... loggers)
Build an attribute which is an image of string. |
Method Summary | |
---|---|
AttributeConfiguration |
getConfiguration()
|
StateMachineBehavior |
getStateMachine()
|
AttributeValue |
getValue()
Read attribute |
void |
setValue(AttributeValue value)
Write attribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogAttribute(int depth, org.slf4j.Logger... loggers)
depth
- max logging sizeloggers
- the loggers to logpublic LogAttribute(java.lang.String attributeName, int depth, org.slf4j.Logger... loggers)
attributeName
- The attribute namedepth
- max logging sizeloggers
- the loggers to logMethod Detail |
---|
public AttributeConfiguration getConfiguration() throws fr.esrf.Tango.DevFailed
getConfiguration
in interface IAttributeBehavior
fr.esrf.Tango.DevFailed
public AttributeValue getValue() throws fr.esrf.Tango.DevFailed
IAttributeBehavior
getValue
in interface IAttributeBehavior
fr.esrf.Tango.DevFailed
public void setValue(AttributeValue value) throws fr.esrf.Tango.DevFailed
IAttributeBehavior
setValue
in interface IAttributeBehavior
fr.esrf.Tango.DevFailed
public StateMachineBehavior getStateMachine() throws fr.esrf.Tango.DevFailed
getStateMachine
in interface IAttributeBehavior
fr.esrf.Tango.DevFailed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |