GraphStream Users

Archives de la liste Aide


Re: Log Console


Chronologique Discussions 
  • From: RCB 73 <rcb22222 AT gmail.com>
  • To: guilhelm savin <guilhelm.savin AT gmail.com>, graphstream-users AT litislab.fr
  • Subject: Re: Log Console
  • Date: Tue, 19 Apr 2016 20:04:01 +0000

Hello,

Sorry, it was not this mailing list i would use :-(

Renaud.


Le mar. 19 avr. 2016 19:45, guilhelm savin <guilhelm.savin AT gmail.com> a écrit :

Hi,

Are you aware that you are actually posting this on the GraphStream mailing list which is a Java library ?

Cheers.

Le 19 avr. 2016 6:48 PM, "RCB 73" <rcb22222 AT gmail.com> a écrit :
Hello,

i have these types of console log in my code (in my "instance.batch(function () {") :

        instance.bind("connectionDragStop", function (connection) {
            console.log("connection " + connection.id + " was dragged");
        });

        instance.bind("connectionMoved", function (params) {
            console.log("connection " + params.connection.id + " was moved");
        });

How can i see these logs in my navigator ?
In developper utils of Chrome i have a console but nothing seems to be written here...

thanks for your help.
Renaud



Archives gérées par MHonArc 2.6.16.

Top of page