final String name = variableLogName;
public void changedValue(LexLocation location,
Value value, Context ctxt)
{
SimulationLogger.log(new SimulationMessage(name, SystemClock.getWallTime(), value.toString()));
}
};
if (upVal.listeners == null)
{
upVal.listeners = new ValueListenerList(listener);