All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static void |
d(javax.lang.model.element.Element element,
String msg,
Object... args) |
static void |
d(String msg,
Object... args) |
static void |
d(Throwable t,
String msg,
Object... args) |
static void |
e(javax.lang.model.element.Element element,
String msg,
Object... args) |
static void |
e(String msg,
Object... args) |
static void |
e(Throwable t,
String msg,
Object... args) |
static boolean |
isDebugEnabled() |
static void |
setClient(L.Client systemClient) |
static void |
setDebugLog(boolean enabled) |
static void |
w(javax.lang.model.element.Element element,
String msg,
Object... args) |
static void |
w(String msg,
Object... args) |
static void |
w(Throwable t,
String msg,
Object... args) |