CK.ActivityMonitor 26.0.1

dotnet add package CK.ActivityMonitor --version 26.0.1
 
NuGet\Install-Package CK.ActivityMonitor -Version 26.0.1
 
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="CK.ActivityMonitor" Version="26.0.1" />
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CK.ActivityMonitor" Version="26.0.1" />
 
Directory.Packages.props
<PackageReference Include="CK.ActivityMonitor" />
 
Project file
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 CK.ActivityMonitor --version 26.0.1
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CK.ActivityMonitor, 26.0.1"
 
#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 CK.ActivityMonitor@26.0.1
 
#: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=CK.ActivityMonitor&version=26.0.1
 
Install as a Cake Addin
#tool nuget:?package=CK.ActivityMonitor&version=26.0.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Hierarchical logger API. Main types are:
- LogFile with a central static RooLogPath property.
- IActivityMonitor and its implementation is a logger that must follow the code path.
- IActivityMonitorClient and standard clients like ActivityMonitorTextWriterClient are local log sinks.
- AsycLock with reentrancy management thanks to the IActivityMonitor.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed.
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on CK.ActivityMonitor:

Package Downloads
CK.ActivityMonitor.SimpleSender

Provides extension methods to send log entries. The OpenDebug/Trace/Info/Warn/Error/Fatal and Debug, Trace, Info, Warn, Error, Fatal extension methods support file name and line number capture.

CK.PerfectEvent

Perfect events are .Net events that support 3 kind of callbacks: synchronous, sequential asynchronous and parallel asynchronous.

CK.ActivityMonitor.StandardSender

Provides extension methods to send log entries. The OpenTrace/Info/Warn/Error/Fatal and Trace/Info/Warn/Error/Fatal extension methods support file name and line number capture but requires a Send method to emit the log itself. This package is somehow deprecated: thanks to the C# 6 string interpolation the new CK.ActivityMonitor.SimpleSender package should be used instead.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.0.1 9,234 5/28/2026
26.0.0 5,827 4/21/2026
25.0.2 14,246 11/14/2025
25.0.1 11,469 9/27/2025
25.0.0 6,652 9/11/2025
24.0.0 3,931 7/4/2025
23.1.0 3,746 4/10/2025
23.0.1 3,427 3/18/2025
23.0.0 3,309 3/17/2025
22.1.0 8,583 2/3/2025
22.0.0 5,953 11/21/2024
21.0.1 12,011 8/27/2024
21.0.0 10,476 7/3/2024
20.0.0 9,204 12/10/2023
19.0.1 24,813 10/20/2023
19.0.0 6,779 10/8/2023
18.0.0 23,493 2/23/2023
17.1.0 12,201 2/7/2023
17.0.1 21,966 1/10/2023
17.0.0 14,703 12/21/2022
Loading failed