package com.platform.service; public interface ILogRead { public String readLog(String filename) throws Exception; public String readStandardLog(String filename) throws Exception; }