EnterpriseLibrary.SemanticLogging
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 Windows Azure table storage, SQL Server databases, and rolling files with several formats and you can extend the block by creating your own custom formatters and sinks. For the those sinks that can store structured data, the block preserves the full structure of the event payload in order to facilitate analyzing or processing the logged data. An out-of-proc Windows Service is available as a separate download from http://go.microsoft.com/fwlink/p/?LinkID=290903. This application block is a part of Microsoft Enterprise Library 6.0.
Install
dotnet add package EnterpriseLibrary.SemanticLogging --version 1.0.1304
Install-Package EnterpriseLibrary.SemanticLogging -Version 1.0.1304
<PackageReference Include="EnterpriseLibrary.SemanticLogging" Version="1.0.1304" />
Frameworks
No framework metadata available.
Dependencies
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.
No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.
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.