void LogEvent(BuildEvent buildEvent, string parameters)
 {
     Console.WriteLine("QB_LOGEVENT:" + buildEvent.ToString() + ":" + parameters);
 }