public method IFXConnectLiteSession.setLogger

Brief

Sets the logger

Declaration

protojavascriptjavacsharp
public setLogger(logger : ILogger) : void

Parameters
logger

An instance of a class that implements the interface. This parameter is used to set the logger that will be used for logging events and messages in the trading system

Details

See also: ILogger

Declared in IFXConnectLiteSession

back