Package net.sf.basedb.clients.web.taglib
Class DeprecationLogger
- java.lang.Object
-
- net.sf.basedb.clients.web.taglib.DeprecationLogger
-
public class DeprecationLogger extends Object
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
Fields Modifier and Type Field Description private static org.slf4j.Logger
log
-
Constructor Summary
Constructors Constructor Description DeprecationLogger()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
warn(String taglib, String attribute, String removedIn)
Log a warning for using the given taglib and attribute.
-