Define a log category for deprected code. -----------------------------------------
Key: TOBAGO-762 URL: https://issues.apache.org/jira/browse/TOBAGO-762 Project: MyFaces Tobago Issue Type: Improvement Components: Core Reporter: Udo Schnurpfeil Assignee: Udo Schnurpfeil This Log object should help to detect the usage of deprecated code. The main reason for this class is the lack of a "deprecated concept" for tag libraries. Thought the designer of a tobago page cannot see in his IDE that a tag or attribute is deprecated. The Tobago java code will log into this Log object, with * error: when the code will be removed soon in one of the next releases, or * warn: when the code is not optimal to use, but the code will work for some releases. This Log category can be switched off, in production environment without affecting the normal logging category. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.