added a log cat

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6350 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gavin King 2005-04-05 13:48:35 +00:00
parent 1bdb125185
commit 918311093e
1 changed files with 7 additions and 0 deletions

View File

@ -1372,6 +1372,13 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]></programlisting>
<entry><literal>org.hibernate.jdbc</literal></entry>
<entry>Log all JDBC resource acquisition</entry>
</row>
<row>
<entry><literal>org.hibernate.hql.ast</literal></entry>
<entry>
Log HQL and SQL ASTs and other information about
query parsing
</entry>
</row>
<row>
<entry><literal>org.hibernate.secure</literal></entry>
<entry>Log all JAAS authorization requests</entry>