Hi all

since the Mail Module 
(info.magnolia.module.form.processors.AbstractEMailFormProcessor) and many 
others uses deprecated methods, my logs are filled up with deprecation warnings:

A deprecated class or method was used: Use IoC!. Check the following trace: 
info.magnolia.module.mail.MailModule.getInstance(MailModule.java:75), 
info.magnolia.module.form.processors.AbstractEMailFormProcessor.sendMail(AbstractEMailFormProcessor.java:54),
 the full stracktrace will be logged in debug mode in the 
info.magnolia.cms.util.DeprecationUtil category.


Set the DeprecationUtil in Log4j to “ERROR” does not help, the DeprecationUtil 
writes the messages in different ways:

        log.warn(outStr);
        log.debug(outStr, fakeException);
        System.err.println(outStr);
        System.out.println(outStr);

Any ideas how to get rid off those messages?


Best

Tom Wespi
-- 
esense GmbH
Burgweg 7
CH-4058 Basel

+41 (0)61 271 35 01

i...@esense.ch
www.esense.ch

Gute Webseiten.




----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to