public class LogUtil extends Object
Constructor and Description |
---|
LogUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
formatFileString(AbstractVmNode node)
Creates a string that formats the template filename with line number and column of the given Node.
|
static String |
formatFileString(Directive directive)
Creates a string that formats the template filename with line number and column of the given Directive.
|
static String |
formatFileString(String template,
int linenum,
int colnum)
Simply creates a string that formats the template filename with line number and column.
|
public static final String formatFileString(Directive directive)
public static final String formatFileString(AbstractVmNode node)
public static final String formatFileString(String template, int linenum, int colnum)
template
- File name of template, can be nulllinenum
- Line number within the filecolnum
- Column number withing the file at linenumCopyright © 2002–2017 InfoEther. All rights reserved.