|
Groovy 1.8.4 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.util.GroovyLog
@Deprecated public class GroovyLog extends GroovyObjectSupport
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()
|
|
GroovyLog(Class type)
|
|
GroovyLog(Object obj)
|
|
GroovyLog(String prefix)
|
Method Summary | |
---|---|
Object
|
invokeMethod(String name, Object args)
|
static GroovyLog
|
newInstance(Class aClass)
Factory method to create new instances |
Methods inherited from class GroovyObjectSupport | |
---|---|
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public GroovyLog()
public GroovyLog(Class type)
public GroovyLog(Object obj)
public GroovyLog(String prefix)
Method Detail |
---|
public Object invokeMethod(String name, Object args)
public static GroovyLog newInstance(Class aClass)
Copyright © 2003-2011 The Codehaus. All rights reserved.