| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.ant.LoggingHelper
public class LoggingHelper extends Object
Helper to make logging from Ant easier.
| Constructor Summary | |
            LoggingHelper(Task owner)
             | 
        |
| Method Summary | |
|---|---|
            void
         | 
        
            debug(String msg)
             | 
        
            void
         | 
        
            error(String msg)
             | 
        
            void
         | 
        
            info(String msg)
             | 
        
            void
         | 
        
            verbose(String msg)
             | 
        
            void
         | 
        
            warn(String msg)
             | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Constructor Detail | 
|---|
public LoggingHelper(Task owner)
| Method Detail | 
|---|
public void debug(String msg)
public void error(String msg)
public void info(String msg)
public void verbose(String msg)
public void warn(String msg)
Copyright © 2003-2010 The Codehaus. All rights reserved.