Results 1 to 2 of 2

Thread: Replacing apache commons logging with slf4j

  1. #1
    Join Date
    Mar 2008
    Posts
    10

    Default Replacing apache commons logging with slf4j

    Are there any plans to replace apache commons logging with slf4j throughout the spring framework?

    I'm kind of surprised commons logging is still in use to be honest given the fact the discovery process it uses can cause major headaches.

    I think most people would agree slf4j is "better"?


  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,625

    Default

    Don't count on it as that would break binary compatibility. Hence the existence of the commons-logging slf4j wrapper (and for log4j etc). That way old code can also use slf4j.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

Tags for this Thread

Posting Permissions

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