public class DeprecationLogger extends Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log |
Constructor and Description |
---|
DeprecationLogger() |
Modifier and Type | Method and Description |
---|---|
static void |
warn(String taglib,
String attribute,
String removedIn)
Log a warning for using the given taglib and attribute.
|