|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.util.GroovyLog
@Deprecated public class GroovyLog
Represents an arbitrary logging service. By default this outputs to System.out though derivations of this class could log to Jakarta Commons Logging or log4j or JDK 1.5 logging etc
Constructor Summary | |
---|---|
GroovyLog()
Deprecated. |
|
GroovyLog(Class type)
Deprecated. |
|
GroovyLog(Object obj)
Deprecated. |
|
GroovyLog(String prefix)
Deprecated. |
Method Summary | |
---|---|
Object |
invokeMethod(String name,
Object args)
Deprecated. Invokes the given method. |
static GroovyLog |
newInstance(Class aClass)
Deprecated. Factory method to create new instances |
Methods inherited from class groovy.lang.GroovyObjectSupport |
---|
getMetaClass, getProperty, setMetaClass, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroovyLog()
public GroovyLog(Class type)
public GroovyLog(Object obj)
public GroovyLog(String prefix)
Method Detail |
---|
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
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |