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.
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.
// Install Kaliko.Logger as a Cake Addin
#addin nuget:?package=Kaliko.Logger&version=1.1.1

// Install Kaliko.Logger as a Cake Tool
#tool nuget:?package=Kaliko.Logger&version=1.1.1

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 465 3/10/2015
1.1.0 402 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)