MercatorUi.Globals.MercatorTasksToMain.AllTasksFinished += (s, e) =>
{
    if (MercatorUi.Globals.MercatorTasksToMain.CurrentLogContainsErrors)
        MercatorUi.Globals.MercatorTasksToMain.CurrentLog.Append("\r\n\r\nATTENTION : ce log contient des erreurs !");
};