TAF.Logging
1.1.3
See the version list below for details.
dotnet add package TAF.Logging --version 1.1.3
NuGet\Install-Package TAF.Logging -Version 1.1.3
<PackageReference Include="TAF.Logging" Version="1.1.3" />
paket add TAF.Logging --version 1.1.3
#r "nuget: TAF.Logging, 1.1.3"
// Install TAF.Logging as a Cake Addin #addin nuget:?package=TAF.Logging&version=1.1.3 // Install TAF.Logging as a Cake Tool #tool nuget:?package=TAF.Logging&version=1.1.3
Customized logging developed for test automation for system tests. Supports logging levels:
- Debug
- Info
- Execution step
- Passed verification
- Failed verification
- Verification problem
- Execution problem
- Framework error
Automatically separates test data from other string info. Output as plain text or HTML (with logging level and time) Support for easy management of known errors (with system level testing you can end up with the same error for days, and having known errors repeatedly report without distincion from new errors will clog the log).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. 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. |
-
- Newtonsoft.Json (>= 11.0.2)
- 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,062 | 8/23/2022 |
1.10.0 | 534 | 8/23/2022 |
1.9.5 | 2,795 | 11/22/2019 |
1.9.4 | 3,416 | 11/12/2019 |
1.9.3 | 1,078 | 10/5/2019 |
1.8.9 | 2,294 | 6/20/2019 |
1.8.8 | 3,096 | 2/21/2019 |
1.8.7 | 2,298 | 11/14/2018 |
1.7.7 | 1,925 | 10/16/2018 |
1.7.6 | 3,778 | 10/14/2018 |
1.6.6 | 4,441 | 10/8/2018 |
1.6.5 | 2,328 | 10/7/2018 |
1.5.5 | 2,253 | 10/7/2018 |
1.5.4 | 2,893 | 10/4/2018 |
1.5.3 | 2,382 | 9/26/2018 |
1.4.3 | 1,896 | 9/20/2018 |
1.4.2 | 3,572 | 9/10/2018 |
1.4.1 | 1,903 | 9/10/2018 |
1.4.0 | 763 | 9/10/2018 |
1.3.0 | 3,897 | 9/4/2018 |
1.2.1 | 2,806 | 9/2/2018 |
1.2.0 | 830 | 9/2/2018 |
1.1.5 | 2,656 | 8/22/2018 |
1.1.3 | 4,255 | 8/15/2018 |
1.0.0 | 13,859 | 6/21/2018 |
Refactored TAF, breaking backward compatibility