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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Kaliko.Logger:

Package Downloads
KalikoCMS.Core

Kaliko CMS is an open-source content management system. Package contains the core files for Kaliko CMS. Please also make sure that you install a page provider (either KalikoCMS.WebForms or KalikoCMS.Mvc) and a data provider of your choice (KalikoCMS.Data.*). You'll find information on how to get started over at: http://kaliko.com/cms/get-started/

KalikoCMS.Engine

This package should only be used when developing 3rd party libraries against Kaliko CMS. For developing a web site, please use the KalikoCMS.Core instead.

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 71,149 3/10/2015
1.1.0 18,121 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)