package org.jenkinsci.plugins.unity3d.logs; public interface EditorLogParser { void log(String line); }