Constructor and Description |
---|
ProcessorLogger(javax.annotation.processing.Messager messager,
Options options) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
exceptionToString(java.lang.Exception exception) |
java.lang.String |
getFileContent() |
void |
note(LogLocation location,
java.lang.String message) |
void |
warning(LogLocation location,
java.lang.String message) |
public ProcessorLogger(javax.annotation.processing.Messager messager, Options options)
public void note(LogLocation location, java.lang.String message)
public void warning(LogLocation location, java.lang.String message)
public java.lang.String getFileContent()
getFileContent
in interface Logger
public static java.lang.String exceptionToString(java.lang.Exception exception)