Kaliko.Logger 1.1.1

dotnet add package Kaliko.Logger --version 1.1.1
                    
NuGet\Install-Package Kaliko.Logger -Version 1.1.1
                    
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="Kaliko.Logger" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kaliko.Logger" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Kaliko.Logger" />
                    
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 Kaliko.Logger --version 1.1.1
                    
#r "nuget: Kaliko.Logger, 1.1.1"
                    
#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.
#:package Kaliko.Logger@1.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Kaliko.Logger&version=1.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Kaliko.Logger&version=1.1.1
                    
Install as a Cake Tool

A light weight yet competent logger for .NET with configurable output modules, such as log file, e-mail and debug log. Easy to add your own output module if needed.

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.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Kaliko.Logger:

Repository Stars
KalikoCMS/KalikoCMS.Core
Open source content management system (CMS) for the ASP.NET platform.
Version Downloads Last Updated
1.1.1 466 3/10/2015
1.1.0 404 8/30/2014

- Added support for using the application root as base for relative paths
- Added support for using |DataDirectory| for the applications data directory (on web i.e. App_data)