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.
<PackageVersion Include="LoggingBrick.Base" Version="1.0.0.8" />
                    
Directory.Packages.props
<PackageReference Include="LoggingBrick.Base" />
                    
Project file
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 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.
#addin nuget:?package=LoggingBrick.Base&version=1.0.0.8
                    
Install LoggingBrick.Base as a Cake Addin
#tool nuget:?package=LoggingBrick.Base&version=1.0.0.8
                    
Install LoggingBrick.Base as a Cake Tool

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.Log4Net

Log4Net logging adapter

LoggingBrick.NLog

NLog log adapter

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.8 2,535 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