Indiko.Blocks.Logging.Abstractions
2.7.8
dotnet add package Indiko.Blocks.Logging.Abstractions --version 2.7.8
NuGet\Install-Package Indiko.Blocks.Logging.Abstractions -Version 2.7.8
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="Indiko.Blocks.Logging.Abstractions" Version="2.7.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Indiko.Blocks.Logging.Abstractions" Version="2.7.8" />
<PackageReference Include="Indiko.Blocks.Logging.Abstractions" />
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 Indiko.Blocks.Logging.Abstractions --version 2.7.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Indiko.Blocks.Logging.Abstractions, 2.7.8"
#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 Indiko.Blocks.Logging.Abstractions@2.7.8
#: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=Indiko.Blocks.Logging.Abstractions&version=2.7.8
#tool nuget:?package=Indiko.Blocks.Logging.Abstractions&version=2.7.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Indiko.Blocks.Logging.Abstractions
Contracts and option models for pluggable logging blocks.
Overview
This package defines the logging block contract and shared options used by concrete logging integrations (for example Serilog).
Key Components
ILoggingBlockLoggingOptionsLoggingTypeflags enum
Configuration
LoggingOptions:
Enabled
Concrete packages extend options with sink-specific configuration.
Runtime Notes
- Contract-only package; no sink is configured directly here.
LoggingTypeis a flags enum whereConsole = 0has special semantics.
Minimal Usage
public sealed class MyLoggingBlock : BlockBase, ILoggingBlock
{
}
Target Framework
- .NET 10
Related Packages
Indiko.Blocks.Logging.Serilog
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.
-
net10.0
- Indiko.Blocks.Common.Abstractions (>= 2.7.8)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Indiko.Blocks.Logging.Abstractions:
| Package | Downloads |
|---|---|
|
Indiko.Hosting.Abstractions
Building Blocks Hosting Abstractions |
|
|
Indiko.Blocks.Logging.Serilog
Building Blocks Logging Serilog |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.7.8 | 76 | 5/7/2026 |
| 2.7.7 | 65 | 5/7/2026 |
| 2.7.6 | 185 | 4/23/2026 |
| 2.7.5 | 179 | 4/23/2026 |
| 2.7.4 | 140 | 4/23/2026 |
| 2.7.3 | 147 | 4/23/2026 |
| 2.7.2 | 145 | 4/23/2026 |
| 2.7.1 | 135 | 4/23/2026 |
| 2.7.0 | 146 | 4/23/2026 |
| 2.6.4 | 166 | 4/21/2026 |
| 2.6.3 | 133 | 4/21/2026 |
| 2.6.2 | 139 | 4/21/2026 |
| 2.6.1 | 149 | 4/18/2026 |
| 2.6.0 | 145 | 4/17/2026 |
| 2.5.1 | 152 | 4/14/2026 |
| 2.5.0 | 176 | 3/30/2026 |
| 2.2.18 | 171 | 3/8/2026 |
| 2.2.17 | 134 | 3/8/2026 |
| 2.2.16 | 147 | 3/8/2026 |
| 2.2.15 | 138 | 3/7/2026 |
Loading failed