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