Methods
| Modifier and Type |
Method and Description |
void |
debug(String message) |
void |
debug(String message,
Throwable t) |
void |
error(String message) |
void |
error(String message,
Throwable t) |
void |
generating(Input<?> input,
Output<?> output) |
void |
generating(String file,
String message) |
void |
info(String message) |
void |
info(String message,
Throwable t) |
void |
removing(Input<?> input,
Output<?> output) |
void |
removing(String file,
String message) |
void |
skipping(Input<?> input,
Output<?> output) |
void |
skipping(String file,
String message) |
void |
warn(String message) |
void |
warn(String message,
Throwable t) |