LoggingBrick.Base 1.0.0.8

dotnet add package LoggingBrick.Base --version 1.0.0.8
NuGet\Install-Package LoggingBrick.Base -Version 1.0.0.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="LoggingBrick.Base" Version="1.0.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LoggingBrick.Base --version 1.0.0.8
#r "nuget: LoggingBrick.Base, 1.0.0.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.
// Install LoggingBrick.Base as a Cake Addin
#addin nuget:?package=LoggingBrick.Base&version=1.0.0.8

// Install LoggingBrick.Base as a Cake Tool
#tool nuget:?package=LoggingBrick.Base&version=1.0.0.8

Base logging functionality

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on LoggingBrick.Base:

Package Downloads
LoggingBrick.LogTransfer.Service

Log transfer provider. Provides a transport to push logs to a remote locaiton

LoggingBrick.Analytics

Analytics log adapter

LoggingBrick.NLog

NLog log adapter

LoggingBrick.Log4Net

Log4Net logging adapter

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.8 2,323 7/16/2014

# Version 0.0.0.4 #
- Updated class documentation

# Version 0.0.0.3 #
- A generic interface for logging files
- A generic interface for configuring a logger
- A builder to configure a generic logger
- Aggegated logger which uses multiple loggers to log to different sourcers