@Deprecated public class GroovyLog extends GroovyObjectSupport
| Constructor and Description |
|---|
GroovyLog()
Deprecated.
|
GroovyLog(java.lang.Class type)
Deprecated.
|
GroovyLog(java.lang.Object obj)
Deprecated.
|
GroovyLog(java.lang.String prefix)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invokeMethod(java.lang.String name,
java.lang.Object args)
Deprecated.
Invokes the given method.
|
static GroovyLog |
newInstance(java.lang.Class aClass)
Deprecated.
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