Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

MicroLite-ORM/MicroLite.Logging.NLog

Open more actions menu

Repository files navigation

MicroLite.Logging.NLog

MicroLite.Logging.NLog is a .NET 4.5 library which adds an extension for the MicroLite ORM Framework to use NLog as the logging library.

Nuget

Branch Status
/develop GitHub last commit (branch) Build Status Nuget (with prereleases)
/master GitHub last commit Build Status Nuget GitHub Release Date

Installation

Install the nuget package Install-Package MicroLite.Extensions.NLog

Configuration

You can then load the extension in your application start-up:

// Load the extensions for MicroLite
Configure
   .Extensions()
   .WithNLog();

// Create the session factory...
Configure
   .Fluently()
   ...

For further information on configuring NLog, see github.com/nlog/nlog/wiki/Tutorial.

Supported .NET Versions

The NuGet Package contains binaries compiled against (dependencies indented):

  • .NET Framework 4.5
    • MicroLite 7.0.0
    • NLog 4.4.0

About

An extension for the MicroLite ORM Framework to use NLog as the logging library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.