91-9990449935 0120-4256464 |
Hibernate Logging by Log4j using properties fileAs we know, Log4j and Logback frameworks are used to support logging in hibernate, there are two ways to perform logging using log4j:
Here, we are going to enable logging using log4j through properties file. Steps to perform Hibernate Logging by Log4j using properties fileThere are two ways to perform logging using log4j using properties file:
Example of Hibernate Logging by Log4j using properties fileYou can enable logging in hibernate by following only two steps in any hibernate example. This is the first example of hibernate application with logging support using log4j. Load the required jar filesYou need to load the slf4j.jar and log4j.jar files with hibernate jar files. download all the required jar files Create log4j.properties fileNow you need to create log4j.properties file. In this example, all the log details will be written in the C:\\javatpointhibernate.log file. log4j.properties
Next TopicHibernate Inheritance Mapping
|