Kaliko.Logger
1.1.1
dotnet add package Kaliko.Logger --version 1.1.1
NuGet\Install-Package Kaliko.Logger -Version 1.1.1
<PackageReference Include="Kaliko.Logger" Version="1.1.1" />
paket add Kaliko.Logger --version 1.1.1
#r "nuget: Kaliko.Logger, 1.1.1"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.
|
- 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)