|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
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
| Field Summary | |
|---|---|
String |
prefix
|
| 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 |
| 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)