Generated by
JDiff

Class org.springframework.beans.factory.config.DeprecatedBeanWarner

Added Methods
void writeToLog(String) Actually write to the underlying log.
 

Changed Methods
boolean isLogEnabled() Documentation changed from old to new.
Determine whether the .logger field is enabled.
void logDeprecatedBean(String, Class<?>, BeanDefinition) Change in signature from (String, BeanDefinition) to (String, Class<?>, BeanDefinition).
Documentation changed from old to new.
Logs a warning for a bean annotated with @Deprecated.
void setLoggerName(String) Documentation changed from old to new.
Set the name of the logger to use.