org.oXML.engine.template
Class LogTemplate
java.lang.Object
org.oXML.engine.template.EvalTemplate
org.oXML.engine.template.LogTemplate
- All Implemented Interfaces:
- Template
- public class LogTemplate
- extends EvalTemplate
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEBUG_LEVEL
public static final int DEBUG_LEVEL
- See Also:
- Constant Field Values
INFO_LEVEL
public static final int INFO_LEVEL
- See Also:
- Constant Field Values
WARNING_LEVEL
public static final int WARNING_LEVEL
- See Also:
- Constant Field Values
ERROR_LEVEL
public static final int ERROR_LEVEL
- See Also:
- Constant Field Values
DEFAULT_LEVEL
public static final int DEFAULT_LEVEL
- See Also:
- Constant Field Values
LogTemplate
public LogTemplate(int level,
Expression select)
LogTemplate
public LogTemplate(int level,
Template body)
process
public void process(RuntimeContext env)
throws ObjectBoxException
- Specified by:
process in interface Template- Overrides:
process in class EvalTemplate
- Throws:
ObjectBoxException
log
protected void log(java.lang.String msg)
output
protected void output(ResultDirector dir,
Node node)
throws ObjectBoxException
- Throws:
ObjectBoxException