namespace EliteBGS.LogGenerator; public interface LogFormatter { string GenerateLog(Objective objective); }