Last active
January 8, 2017 17:58
-
-
Save molcik/3e5ade1778cdab405f0224ed6ae2e1f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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