public class LogAttribute extends Object implements IAttributeBehavior
Logger| Constructor and Description |
|---|
LogAttribute(int depth,
org.slf4j.Logger... loggers)
Build an attribute "log" which is an image of string.
|
LogAttribute(String attributeName,
int depth,
org.slf4j.Logger... loggers)
Build an attribute which is an image of string.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeConfiguration |
getConfiguration() |
StateMachineBehavior |
getStateMachine() |
AttributeValue |
getValue()
Read attribute
|
void |
setValue(AttributeValue value)
Write attribute
|
public LogAttribute(int depth,
org.slf4j.Logger... loggers)
depth - max logging sizeloggers - the loggers to logpublic LogAttribute(String attributeName, int depth, org.slf4j.Logger... loggers)
attributeName - The attribute namedepth - max logging sizeloggers - the loggers to logpublic AttributeConfiguration getConfiguration() throws fr.esrf.Tango.DevFailed
getConfiguration in interface IAttributeBehaviorfr.esrf.Tango.DevFailedpublic AttributeValue getValue() throws fr.esrf.Tango.DevFailed
IAttributeBehaviorgetValue in interface IAttributeBehaviorfr.esrf.Tango.DevFailedpublic void setValue(AttributeValue value) throws fr.esrf.Tango.DevFailed
IAttributeBehaviorsetValue in interface IAttributeBehaviorfr.esrf.Tango.DevFailedpublic StateMachineBehavior getStateMachine() throws fr.esrf.Tango.DevFailed
getStateMachine in interface IAttributeBehaviorfr.esrf.Tango.DevFailedCopyright © 2012–2017 Tango Controls. All rights reserved.