Skip to main content
EnterpriseLibrary.SemanticLogging.NetCore package icon

EnterpriseLibrary.SemanticLogging.NetCore

The Semantic Logging Application Block provides a set of destinations (sinks) to persist application events published using a subclass of the EventSource class from the System.Diagnostics.Tracing namespace. Sinks include Azure table storage, SQL Server databases, file, console and rolling files with several formats and you can extend the block by creating your own custom formatters and sinks. The console sink is part of this nuget package. Other Sinks mentioned above are available as separate nuget packages. For the sinks that can store structured data, the block preserves the full structure of the event payload in order to facilitate analysing or processing the logged data. This library contains a class library that targets .Net Core 2.0.

Total Downloads
533.2K
533,175
Published
Jul 30, 2017
Latest stable version

Install

.NET CLI
dotnet add package EnterpriseLibrary.SemanticLogging.NetCore --version 2.0.1406.1
Package Manager Console
Install-Package EnterpriseLibrary.SemanticLogging.NetCore -Version 2.0.1406.1
PackageReference
<PackageReference Include="EnterpriseLibrary.SemanticLogging.NetCore" Version="2.0.1406.1" />

Frameworks

.NETCoreApp2.0

Dependencies

Newtonsoft.Json
.NETCoreApp2.0
[10.0.3, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.