Dukascopy Support Board
http://www.dukascopy.com/swiss/english/forex/jforex/forum/

Log issue on remote server
http://www.dukascopy.com/swiss/english/forex/jforex/forum/viewtopic.php?f=16&t=50226
Page 1 of 1

Author:  hebasto [ Wed 16 Oct, 2013, 22:13 ]
Post subject:  Log issue on remote server

Hi,

this code works just fine on local machine and does nothing on remote server:

public void onStart(IContext context) throws JFException {
    context.getConsole().getOut().println(42);
    context.stop();
}

Author:  API Support [ Thu 17 Oct, 2013, 07:35 ]
Post subject:  Re: Log issue on remote server

Did you check Portfolio -> Strategy Log?

Author:  hebasto [ Thu 17 Oct, 2013, 07:52 ]
Post subject:  Re: Log issue on remote server

API Support wrote:
Did you check Portfolio -> Strategy Log?

I did. When I wrote "does nothing on remote server" I mean exactly Strategy Log.

Author:  hebasto [ Mon 28 Oct, 2013, 22:57 ]
Post subject:  Re: Log issue on remote server

It seems last update (API ver. 2.9.4) has fixed this issue.
The logging of primitive types on Remote Server works as expected.

Thanks to the support team.

Author:  hyperscalper [ Tue 29 Oct, 2013, 01:44 ]
Post subject:  Re: Log issue on remote server

Doesn't apply here, but be sure you allow at least 1 msec
between successive writes to the Remote console or
lines may also be missed.

I have a console queueing object which automatically
enforces these delays.

HyperScalper

  Page 1 of 1