QuickLog 1.0.1

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package QuickLog --version 1.0.1
NuGet\Install-Package QuickLog -Version 1.0.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="QuickLog" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QuickLog --version 1.0.1
#r "nuget: QuickLog, 1.0.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 QuickLog as a Cake Addin
#addin nuget:?package=QuickLog&version=1.0.1

// Install QuickLog as a Cake Tool
#tool nuget:?package=QuickLog&version=1.0.1

Simple and lightweight .Net logging framework

     Core features :

     - Multipile log strategy including File, UI and Redmine (more strategies like email and database is in development)
     - Ability to define log priority by diffrent LogTypes (Info, Warning, Error, Debug)
     - Method extender of Exception class that simplify exception logging
     - Store stack trace of each log
     - Store caller mathod's information (caller source file path, caller method name and line number)
     - Ability to set own message for each log
     - Ability to bind mulitpile objects to each log (Objects completly serilized and stored in log)
     - Support standard .Net string formatting let programmer bind objects and message toghter

     UserInterfaceLogWriter :

     - Ability to pass log info to UI using configured delegate

     FileLogWriter features :

     - Ability to split logs Daily, Weekly and Monthly in File strategy

     RedmineLogWriter features :

     - Register logs as issue on Redmine
     - Ability to config the log priority from code that apply to Redmine's issue
     - Attach serialized log object to registred Redmine issue

Sample code is available in project's Git repository

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 1,363 11/14/2015