Skip to content

Instantly share code, notes, and snippets.

@molcik
Last active January 8, 2017 17:58
Show Gist options
  • Save molcik/3e5ade1778cdab405f0224ed6ae2e1f5 to your computer and use it in GitHub Desktop.
Save molcik/3e5ade1778cdab405f0224ed6ae2e1f5 to your computer and use it in GitHub Desktop.
package api;
import com.ib.controller.ApiConnection.ILogger;
public class Logger implements ILogger {
@Override
public void log(String valueOf) {
System.out.print(valueOf);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment