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" />
<PackageReference Include="LoggingBrick.Base" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=LoggingBrick.Base&version=1.0.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Base logging functionality
Product | Versions 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