public final class MessageRouter
extends java.lang.Object
Messager to write log entries in either environment.| Modifier and Type | Method and Description |
|---|---|
static javax.annotation.processing.Messager |
getMessager()
Get the current messager.
|
static void |
setMessager(javax.annotation.processing.Messager messager)
Set the messager to use, this should only be called by the AP
|
public static javax.annotation.processing.Messager getMessager()
public static void setMessager(javax.annotation.processing.Messager messager)
messager - new messager to sink messages, can be null to revert to
log4j2 logging