We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a407afb commit af31165Copy full SHA for af31165
doc/reference/modules/configuration.xml
@@ -1135,6 +1135,10 @@ in the parameter binding.</programlisting>
1135
configuration file, nor supplied by using <literal>Configuration.SetProperties</literal>, nor
1136
set in the <literal>hibernate.cfg.xml</literal> configuration file.
1137
</para>
1138
+ <para>
1139
+ Alternatively to using the setting, a logger factory can be programmatically supplied by using
1140
+ <literal>NHibernateLogger.SetLoggersFactory</literal>.
1141
+ </para>
1142
<para>
1143
<emphasis role="strong">eg.</emphasis>
1144
<literal>classname.of.LoggerFactory, assembly</literal>
0 commit comments