public void Draw(Texture2D texture, Rectangle rect, Color color)
 {
     m_logger.Log("[Draw " + texture.Width + "x" + texture.Height
         + " @ (" + rect.Left + "," + rect.Top + ")-(" + rect.Right + "," + rect.Bottom +
         ") in " + color.ToString() + "]");
 }