TAF.Logging
1.0.0
See the version list below for details.
dotnet add package TAF.Logging --version 1.0.0
NuGet\Install-Package TAF.Logging -Version 1.0.0
<PackageReference Include="TAF.Logging" Version="1.0.0" />
paket add TAF.Logging --version 1.0.0
#r "nuget: TAF.Logging, 1.0.0"
// Install TAF.Logging as a Cake Addin #addin nuget:?package=TAF.Logging&version=1.0.0 // Install TAF.Logging as a Cake Tool #tool nuget:?package=TAF.Logging&version=1.0.0
Logging functionality for TAF test automation framework. Comes with logging levels adapted for test automation execution:
- Debug
- Info
- ExecutionStep
- ExecutionProblem
- PassedVerification
- FailedVerification
- VerificationProblem
Also comes with mechanism to easily register known errors, making test execution report known errors separately from new errors.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- System.IO.Abstractions (>= 2.1.0.178)
- TAF.UxParameters (>= 1.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on TAF.Logging:
Package | Downloads |
---|---|
TAF.Core
Core library for test automation framework TAF |
|
TAF.Logging.DesktopScreenshot
Possibility for Desktop Screenshots for WIndows for test automation framework TAF |
|
TAF.Data.Json
JSON verification and substitution library for test automation framework TAF |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.10.1 | 5,136 | 8/23/2022 |
1.10.0 | 537 | 8/23/2022 |
1.9.5 | 2,797 | 11/22/2019 |
1.9.4 | 3,419 | 11/12/2019 |
1.9.3 | 1,080 | 10/5/2019 |
1.8.9 | 2,297 | 6/20/2019 |
1.8.8 | 3,098 | 2/21/2019 |
1.8.7 | 2,301 | 11/14/2018 |
1.7.7 | 1,931 | 10/16/2018 |
1.7.6 | 3,783 | 10/14/2018 |
1.6.6 | 4,450 | 10/8/2018 |
1.6.5 | 2,332 | 10/7/2018 |
1.5.5 | 2,257 | 10/7/2018 |
1.5.4 | 2,897 | 10/4/2018 |
1.5.3 | 2,386 | 9/26/2018 |
1.4.3 | 1,900 | 9/20/2018 |
1.4.2 | 3,576 | 9/10/2018 |
1.4.1 | 1,907 | 9/10/2018 |
1.4.0 | 766 | 9/10/2018 |
1.3.0 | 3,900 | 9/4/2018 |
1.2.1 | 2,813 | 9/2/2018 |
1.2.0 | 835 | 9/2/2018 |
1.1.5 | 2,661 | 8/22/2018 |
1.1.3 | 4,261 | 8/15/2018 |
1.0.0 | 13,866 | 6/21/2018 |
Refactored TAF, breaking out logging to separate package.