Results 1 to 2 of 2

Thread: Setup of Spring Debug Log

  1. #1

    Default Setup of Spring Debug Log

    I am trying to debug an issue I am having with the ClassPathXmlApplicationContext. It has been suggested that I use Spring's Debug Log.

    Can someone please point me towards a setup/tutorial document on what this is and how I can enable this?

    Thank you,
    Will

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Spring uses commons-logging. See the official documentation for how it works (in most cases you need log4j inside the classpath and a log4j.properties or log4j.xml).
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •