NH3SQLLogger is a lightweight NHibernate 3 SQL Logger, with SQL Formatting, Caller methods loggings and
Syntax highlighting.

Usage:
-
Add a reference to NH3SQLLogger.dll assembly (it's built against .NET 4.0 & NH 3.0 assemblies).
-
Then Add the following lines to App.Config/Web.Config file:
<appSettings>
<add key="nhibernate-logger" value="NH3SQLLogger.LoggerFactory, NH3SQLLogger" />
</appSettings>
NH3SQLLogger is a lightweight NHibernate 3 SQL Logger, with SQL Formatting, Caller methods loggings and Syntax highlighting.
D:\HTMLs\out\NH01
Usage:
-
Add a reference to NH3SQLLogger.dll assembly (it's built against NH 3.0 assemblies).
-
Then Add the following lines to App.Config/Web.Config file:
<appSettings>
<add key="nhibernate-logger" value="NH3SQLLogger.LoggerFactory, NH3SQLLogger" />
</appSettings>