LogSpect.Core 1.0.0-alpha009

This is a prerelease version of LogSpect.Core.
dotnet add package LogSpect.Core --version 1.0.0-alpha009
                    
NuGet\Install-Package LogSpect.Core -Version 1.0.0-alpha009
                    
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="LogSpect.Core" Version="1.0.0-alpha009" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LogSpect.Core" Version="1.0.0-alpha009" />
                    
Directory.Packages.props
<PackageReference Include="LogSpect.Core" />
                    
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 LogSpect.Core --version 1.0.0-alpha009
                    
#r "nuget: LogSpect.Core, 1.0.0-alpha009"
                    
#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=LogSpect.Core&version=1.0.0-alpha009&prerelease
                    
Install LogSpect.Core as a Cake Addin
#tool nuget:?package=LogSpect.Core&version=1.0.0-alpha009&prerelease
                    
Install LogSpect.Core as a Cake Tool

LogSpect.Core contains the core implementation of the LogSpect framework. It implements the serialization logic, the basic logging logic and the extensibility points so other logging frameworks can integrate with LogSpect.

There are no supported framework assets in this 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 LogSpect.Core:

Package Downloads
LogSpect

LogSpect is a light-weight, extensible and easy to use AOP logger for .NET that saves you from the repeating efforts of logging. Just mark the methods you want and everything will be logged automatically: method calls, parameters, return values and exceptions. This package contains the LogSpectRewriter tool that will instrument your methods with logging instructions. By installing it you'll include this tool in the build process. This package alone doesn't contain any actual logger implementation, you'll have to connect it with some other logging framework. For simple scenarios see the LogSpect.BasicLoggers package.

LogSpect.BasicLoggers

This package contains some really basic logger implementations (ConsoleLogger, ColoredConsoleLogger and TextFileLogger) for LogSpect. These can be used for simple scenarios, but if you need more functionality and reliability it's highly recommended to use LogSpect with one of the more mature logging frameworks.

LogSpect.Log4Net

Log4Net adapter for LogSpect.

LogSpect.NLog

NLog adapter for LogSpect.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-alpha009 1,284 10/21/2015
1.0.0-alpha008 1,267 7/17/2015
1.0.0-alpha007 991 6/18/2015
1.0.0-alpha006 971 6/11/2015
1.0.0-alpha005 970 5/23/2015
1.0.0-alpha004 1,022 5/23/2015
1.0.0-alpha003 1,228 2/15/2015
1.0.0-alpha002 1,260 12/7/2014
1.0.0-alpha001 1,418 12/2/2014