Package net.sf.basedb.clients.web.taglib
Class DeprecationLogger
java.lang.Object
net.sf.basedb.clients.web.taglib.DeprecationLogger
Utility class for logging use of deprecated taglib attributes.
This will normally not show up at compile time since it is
Tomcat that converts the JSP to an executable java class.
- Since:
- 3.3.2
- Author:
- Nicklas
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
log
private static final org.slf4j.Logger log
-
-
Constructor Details
-
DeprecationLogger
public DeprecationLogger()
-
-
Method Details
-
warn
Log a warning for using the given taglib and attribute. 'removedIn' can be set to the BASE version when the attribute will be removed.
-