groovy.util
@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, setProperty
public 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)
GroovyObject
invokeMethod
in interface GroovyObject
invokeMethod
in class GroovyObjectSupport
name
- the name of the method to callargs
- the arguments to use for the method call