ExpressionReflect 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ExpressionReflect --version 2.0.0
NuGet\Install-Package ExpressionReflect -Version 2.0.0
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="ExpressionReflect" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExpressionReflect --version 2.0.0
#r "nuget: ExpressionReflect, 2.0.0"
#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 ExpressionReflect as a Cake Addin
#addin nuget:?package=ExpressionReflect&version=2.0.0

// Install ExpressionReflect as a Cake Tool
#tool nuget:?package=ExpressionReflect&version=2.0.0

NHibernate Logging Providers

The current version 5.3.10 is available as NuGet package. This version is built against NHibernate 5.3.10 and Common.Logging 3.4.1.

Project Description

NHibernate Logging Providers makes it possible to use your favourite logger with NHibernate. You no longer have to use log4net. The new NHibernate (since NH3) logging abstraction makes this possible. The provider is developed .NET Standard 2.0.

Available Logging Providers

The current release contains log providers for the following logging frameworks.

Common.Logging 3.4.1 supports several other logging frameworks. So you can use each of them with NHibernate via Common.Logging 3.4.1 abstraction.

Review the NHibernate Wiki for additional informations. Please leave a comment if you like it or not. 😉

NuGet available

The repository contains a *.nuspec file for creating a NuGet package since the last release. The file was created and contributed by Matthew Ferreira. Thanks again for the effort.

Getting Started

Add the NuGet package to your project. Install all nessessary Common.Logging packages for the logging provider you want to use.

To enable the log provider you have to add the following lines to your Web.config or App.config:

<appSettings>
  <add key="nhibernate-logger" 
       value="NHibernate.Logging.CommonLogging.CommonLoggingLoggerFactory, NHibernate.Logging.CommonLogging"/>
</appSettings>
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

    • No dependencies.

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
4.1.0 193 11/24/2023
4.0.0 87 11/16/2023
3.1.0 282 1/18/2023
3.0.0 308 11/19/2022
2.0.5 412 6/3/2022
2.0.4 445 4/14/2022
2.0.3 426 4/12/2022
2.0.2 403 4/12/2022
2.0.0 328 11/4/2021
1.1.0 1,639 11/20/2014