LogR 1.4.13.5
dotnet add package LogR --version 1.4.13.5
NuGet\Install-Package LogR -Version 1.4.13.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LogR" Version="1.4.13.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LogR" Version="1.4.13.5" />
<PackageReference Include="LogR" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LogR --version 1.4.13.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LogR, 1.4.13.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package LogR@1.4.13.5
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LogR&version=1.4.13.5
#tool nuget:?package=LogR&version=1.4.13.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Logging with SignalR in realtime.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0
- Microsoft.AspNet.SignalR.Core (>= 1.1.2)
- Newtonsoft.Json (>= 5.0.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.4.13.5 | 1,888 | 6/17/2019 |
| 1.4.11.3 | 1,623 | 3/21/2018 |
| 1.4.10.2 | 1,380 | 9/17/2017 |
| 1.4.9.1 | 1,340 | 8/30/2017 |
| 1.4.8 | 1,407 | 4/8/2017 |
| 1.4.7 | 1,401 | 3/19/2017 |
| 1.4.6 | 1,711 | 8/17/2015 |
| 1.3.5 | 1,817 | 8/8/2015 |
| 1.2.4.1 | 1,719 | 8/8/2015 |
| 1.2.3 | 1,742 | 8/8/2015 |
| 1.1.2.1 | 1,498 | 6/5/2015 |
| 1.1.2 | 1,464 | 6/5/2015 |
| 1.0.0.1 | 1,985 | 7/5/2013 |
| 1.0.0 | 1,819 | 7/5/2013 |
1.4.6 Fix TestLogger don't write on window output if diagnositic logger is disposed before during debug
1.3.5 Add diff time from 2 logs and from start for testconsole
1.2.4.1 Fix bug when message not formated with TestsLogger
1.2.3 ILogger Change
Add TestsLogger
1.1.2 Migration from codeplex