public void write(string messageFormat, params object[] variables) { DebugMsg.insertText(messageFormat.format(variables), Color.Black); }