namespace Microsoft.Iris.Debug { internal interface IBridge { /// /// Logs the context, opcode, and arguments of an instruction /// executed by Microsoft.Iris.Markup.Interpreter. /// /// /// public void LogInterpreterOpCode(object context, Data.InterpreterEntry entry); public void LogDispatcher(string message); } }