Package groovy.util
Class GroovyLog
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.util.GroovyLog
- All Implemented Interfaces:
GroovyObject
Deprecated.
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
- Version:
- $Revision$
- Author:
- James Strachan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninvokeMethod
(String name, Object args) Deprecated.Invokes the given method.static GroovyLog
newInstance
(Class aClass) Deprecated.Factory method to create new instancesMethods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, getProperty, setMetaClass, setProperty
-
Constructor Details
-
GroovyLog
public GroovyLog()Deprecated. -
GroovyLog
Deprecated. -
GroovyLog
Deprecated. -
GroovyLog
Deprecated.
-
-
Method Details
-
newInstance
Deprecated.Factory method to create new instances -
invokeMethod
Deprecated.Description copied from interface:GroovyObject
Invokes the given method.- Specified by:
invokeMethod
in interfaceGroovyObject
- Overrides:
invokeMethod
in classGroovyObjectSupport
- Parameters:
name
- the name of the method to callargs
- the arguments to use for the method call- Returns:
- the result of invoking the method
-