public final class Log extends MethodOperation
Modifier and Type | Class and Description |
---|---|
static class |
Log.LogFactory
A factory for the <log> element.
|
MethodOperation.DeprecatedOperation, MethodOperation.Factory<M extends MethodOperation>
Modifier and Type | Field and Description |
---|---|
static String[] |
LEVEL_ARRAY |
static String |
module |
simpleMethod
Constructor and Description |
---|
Log(Element element,
SimpleMethod simpleMethod) |
Modifier and Type | Method and Description |
---|---|
boolean |
exec(MethodContext methodContext)
Executes the operation.
|
String |
toString() |
expandedString, rawString
gatherArtifactInfo, getLineNumber, getSimpleMethod, getTagName, outputTraceMessage
public static final String module
public static final String[] LEVEL_ARRAY
public Log(Element element, SimpleMethod simpleMethod) throws MiniLangException
MiniLangException
public boolean exec(MethodContext methodContext) throws MiniLangException
MethodOperation
true
if script execution should continue, or
false
if script execution should stop.exec
in class MethodOperation
MiniLangException
public String toString()
toString
in class MiniLangElement