public class DeprecationLogger
extends java.lang.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(java.lang.String taglib,
java.lang.String attribute,
java.lang.String removedIn)
Log a warning for using the given taglib and attribute.
|