package pl.shockah.shocky.interfaces; import java.io.IOException; public interface ILogger { void log(String line) throws IOException; }