Class
caplin.workbench.ui

WorkbenchEventLogger

Represents a component that can be used to display log events from various systems, by subscribing to the caplin.core.event.EventHub. If you wish to publish a message to the WorkbenchEventLogger, use the following:
var oProxy = caplin.core.ServiceRegistry.getService("caplin.event-service").getProxy("caplin.workbench.model.WorkbenchEventListener", "caplin.workbench");
oProxy.logEvent("OpenAck", "receive", {"TradeID" : "1234", "AskPrice": "1.123"});

Constructor Summary

Attributes Name and Description
caplin.workbench.ui.WorkbenchEventLogger()

Methods implemented from class caplin.workbench.ui.WorkbenchComponent:
getElement

Constructor Detail

caplin.workbench.ui.WorkbenchEventLogger()