public class TaskLog
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.text.SimpleDateFormat |
format |
private static org.apache.tools.ant.Task |
task |
Constructor and Description |
---|
TaskLog() |
Modifier and Type | Method and Description |
---|---|
static void |
log(java.lang.String message) |
static void |
logWithTimestamp(java.lang.String message) |
static void |
setTask(org.apache.tools.ant.Task task) |