In my application I\'m using Hibernate, Apache Commons Logging and Log4J. But my log files are not getting generated. Is these because Hibernate uses slf4j?
I\'m currently trying to track d开发者_Go百科own the source of some lazy loading calls in hibernate, and the easiest way to do so would be to turn on hibernate SQL logging whenever the lazy loading is
Specifically, I use spring only for configuring my project through ApplicationContext. In my spring xml I load some bean properties through PropertyPlaceholderConfigurer. Whenever in the dependencies
I\'m trying to setup a webapp with maven2 managed dependcies. Here my pom.xml <project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schem
When using开发者_JAVA技巧 log4j, the Logger.log(Priority p, Object message) method is available and can be used to log a message at a log level determined at runtime. We\'re using this fact and this t
I\'m trying to disable log output from all external libraries in logback-test.xml. Somehow it does not work as advertised, and I don\'t understand why.
I have a web page, used for admin purposes, which runs a task (image fetching from a remote site). In order to be able to debug the task using the browser only, no ssh etc, I\'d like to be able to rea
I am using logback/slf4j to do my logging. I want to parse my log file to analyze some data, so instead of parsing a great big file (mostly consisting of debug statements) I want to have two logger in
I\'m trying do save data to database by help of Hibernate , in Java. But when ı run codes , ı had lot of problems. Can anyone help me about that?
I am using logback/slf4j to handle logging in my application. Everything was working perfectly until I started using EJBs. Once I added a stateless EJB to my app, the logger started ignoring my logbac