Announcement

Collapse
No announcement yet.

Release 7.4.2: New org.slf4j.LoggerFactory to obtain a logger

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 7.4.2: New org.slf4j.LoggerFactory to obtain a logger

    org.slf4j.LoggerFactory should be used to obtain a Logger instead of org.apache.commons.logging.LogFactory and com.openexchange.log.LogFactory.

    With that an interface of org.slf4j.Logger will be returned instead of org.apache.commons.logging.Log.

    There are bridges which will still support the current behaviour but it is recommended to change the factory. For that com.openexchange.log.LogFactory and its methods are marked as deprecated.
Working...
X