package math; public interface LoggerInterface { void log(Double x, Double y, String path); }