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