undo fixes for HHH-3080,HHH-3190,HHH-2976,HHH-3397

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15066 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2008-08-14 15:28:13 +00:00
parent 5705431a07
commit f47cbced6f
1 changed files with 1759 additions and 1759 deletions

View File

@ -1228,7 +1228,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]></programlisting>
<title>Logging</title>
<para>
Hibernate Annotations utilizes <ulink url="http://www.slf4j.org/">Simple Logging Facade for Java</ulink>
Hibernate utilizes <ulink url="http://www.slf4j.org/">Simple Logging Facade for Java</ulink>
(SLF4J) in order to log various system events. SLF4J can direct your logging output to
several logging frameworks (NOP, Simple, log4j version 1.2, JDK 1.4 logging, JCL or logback) depending on your
chosen binding. In order to setup logging properly you will need <filename>slf4j-api.jar</filename> in