TaskLogFormatUtils
instead.@Deprecated public class TaskLogFormatter extends Object
Constructor and Description |
---|
TaskLogFormatter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
getTaskLog(Task task)
Deprecated.
|
static String |
getTaskLog(Task task,
int maxDepth)
Deprecated.
|
public static String getTaskLog(Task task)
task
nicely hierarchical formattedpublic static String getTaskLog(Task task, int maxDepth)
task
- the task to logmaxDepth
- the maximum depth until how deep child tasks should be logged. maxDepth
of -1
will log all descendant tasks, maxDepth
of 0
only the rootTask, maxDepth
of 1
the rootTask plus its direct children, etc.Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.