ExpressionReflect 2.0.0
See the version list below for details.
dotnet add package ExpressionReflect --version 2.0.0
NuGet\Install-Package ExpressionReflect -Version 2.0.0
<PackageReference Include="ExpressionReflect" Version="2.0.0" />
paket add ExpressionReflect --version 2.0.0
#r "nuget: ExpressionReflect, 2.0.0"
// 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 | Versions 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. |
-
.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.