Hi is there an option like in swift where I can do `public var socket = SocketIOClient(socketURL: hostUrl, options: ["log": true])` In android will be something like this `IO.Options options = new IO.Options(); options.log = true;` so I can see the logs but I want this for android, I'm using the library `compile 'io.socket:socket.io-client:0.6.2'`