Package org.eclipse.jetty.ant.utils
Class TaskLog
java.lang.Object
org.eclipse.jetty.ant.utils.TaskLog
Provides logging functionality for classes without access to the Ant project
variable.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final SimpleDateFormat
private static org.apache.tools.ant.Task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
logWithTimestamp
(String message) static void
setTask
(org.apache.tools.ant.Task task)
-
Field Details
-
task
private static org.apache.tools.ant.Task task -
format
-
-
Constructor Details
-
TaskLog
public TaskLog()
-
-
Method Details
-
setTask
public static void setTask(org.apache.tools.ant.Task task) -
log
-
logWithTimestamp
-