public class GroovyLog extends GroovyObjectSupport
| Constructor and Description |
|---|
GroovyLog() |
GroovyLog(java.lang.Class type) |
GroovyLog(java.lang.Object obj) |
GroovyLog(java.lang.String prefix) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invokeMethod(java.lang.String name,
java.lang.Object args)
Invokes the given method.
|
static GroovyLog |
newInstance(java.lang.Class aClass)
Factory method to create new instances
|
getMetaClass, getProperty, setMetaClass, setPropertypublic GroovyLog()
public GroovyLog(java.lang.Class type)
public GroovyLog(java.lang.Object obj)
public GroovyLog(java.lang.String prefix)
public static GroovyLog newInstance(java.lang.Class aClass)
public java.lang.Object invokeMethod(java.lang.String name,
java.lang.Object args)
GroovyObjectinvokeMethod in interface GroovyObjectinvokeMethod in class GroovyObjectSupportname - the name of the method to callargs - the arguments to use for the method call