|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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
|
error(String msg, Throwable t)
|
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 error(String msg, Throwable t)
public void info(String msg)
public void verbose(String msg)
public void warn(String msg)
Copyright © 2003-2013 The Codehaus. All rights reserved.