aboutsummaryrefslogtreecommitdiffstats
path: root/QtMSBuild/ITaskLoggingHelper.cs
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright comments to 2025Ali Demiralp2025-03-181-4/+2
| | | | | Change-Id: I9ab1f8919a3d28cb546cd71bfdc8da1f6ae9e123 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Change source license to LicenseRef-Qt-Commercial or GPL-3.0-onlyAli Can Demiralp2024-02-281-1/+1
| | | | | | | | ... WITH Qt-GPL-exception. Fixes: QTVSADDINBUG-1179 Change-Id: I74fe451eec352af13436548cfd9a28f832fc0757 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Update license year from 2023 to 2024Ali Can Demiralp2024-01-091-1/+1
| | | | | Change-Id: I38700243f7ef55239b247945324e4e0a978b097f Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Replace license headerMiguel Costa2023-02-231-27/+4
| | | | | Change-Id: I6e7667d0f6f1245b5b225e74120d289bf595423d Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Add ITaskLoggingHelper interfaceMiguel Costa2021-12-081-0/+263
Replace references to Microsoft.Build.Utilities.TaskLoggingHelper https://docs.microsoft.com/en-us/dotnet/api/microsoft.build.utilities.tasklogginghelper in Qt/MSBuild tasks with references to an interface, ITaskLoggingHelper, with the same methods. This will allow the use of customized MSBuild loggers, e.g. to capture log output from tasks during auto-tests. Change-Id: Id4701938f5309bd643d0491bd4348d10cb5dbae0 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>