|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.StatePortLogger
public class StatePortLogger
Logger that logs directly into the Sunrise stateport.
| Field Summary | |
|---|---|
protected static Logger |
STATE_PORT_LOG
The state port logger. |
static String |
STATE_PORT_LOGGER_NAME
The name of the state port logger. |
| Constructor Summary | |
|---|---|
protected |
StatePortLogger(String kxrModuleName,
String titleCaption)
Creates a new StatePortLogger with the specified KXR-module name and the title. |
| Method Summary | |
|---|---|
protected StatePortLogRecord |
createStatePort(StatePortData.PropertyState childState)
creates a new StatePortLogRecord with the PropertyState as its child. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String STATE_PORT_LOGGER_NAME
protected static final Logger STATE_PORT_LOG
| Constructor Detail |
|---|
protected StatePortLogger(String kxrModuleName,
String titleCaption)
StatePortLogger with the specified KXR-module name and the title.
kxrModuleName - the kxr module name. Must match the module name and file name of the corresponding KXR file.titleCaption - the caption of the main title in the state port log entry.| Method Detail |
|---|
protected StatePortLogRecord createStatePort(StatePortData.PropertyState childState)
StatePortLogRecord with the PropertyState as its child.
childState - the child state with the "real" log content.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||