public class Log extends Object
| Constructor and Description |
|---|
Log(ProcessingEnvironment env,
boolean emitWarnings,
String[] suppressWarnings) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDebug() |
boolean |
isSuppressed(Diagnostic.Kind kind,
String suppressionKey,
Element usedElement) |
boolean |
isSuppressed(Diagnostic.Kind kind,
String suppressionKey,
Element usedElement,
boolean useOptions) |
void |
message(Diagnostic.Kind kind,
Element element,
AnnotationMirror mirror,
AnnotationValue value,
String format,
Object... args) |
public Log(ProcessingEnvironment env, boolean emitWarnings, String[] suppressWarnings)
public static boolean isDebug()
public void message(Diagnostic.Kind kind, Element element, AnnotationMirror mirror, AnnotationValue value, String format, Object... args)
public boolean isSuppressed(Diagnostic.Kind kind, String suppressionKey, Element usedElement, boolean useOptions)
public boolean isSuppressed(Diagnostic.Kind kind, String suppressionKey, Element usedElement)