SimpleLogging.Core
0.1.1
See the version list below for details.
dotnet add package SimpleLogging.Core --version 0.1.1
NuGet\Install-Package SimpleLogging.Core -Version 0.1.1
<PackageReference Include="SimpleLogging.Core" Version="0.1.1" />
paket add SimpleLogging.Core --version 0.1.1
#r "nuget: SimpleLogging.Core, 0.1.1"
// Install SimpleLogging.Core as a Cake Addin #addin nuget:?package=SimpleLogging.Core&version=0.1.1 // Install SimpleLogging.Core as a Cake Tool #tool nuget:?package=SimpleLogging.Core&version=0.1.1
SimpleLogging is a lite and tiny package to help logging in any .NET application.
This core library is a Portable Class Library. It's also mainly just some common framework for other
SimpleLogging packages - which is really what you should be using.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on SimpleLogging.Core:
Package | Downloads |
---|---|
SimpleLogging.NLog
Used with SimpleLogging, this provides you with a quick, simple and easy way to log messages with NLog. A common use of this is to send messages to an NLog viewer like Sentinel to get live (streamed) logging messages. Also includes a simple way to programatically turn on/off an NLogViewTarget, which is awesome when used in an Azure role :) |
|
InceptionCache.Core
Multi-layered cache manager |
|
Nancy.Authentication.StatelessAuthorizationHeader
This expands upon the default stateless authorization package but using the convention that the security credentials are provided in the Authorization (request) Header. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added a Nullable logging service (logging info goes nowhere), which would be helpful for testing or development scenario's.