[Java] Class LoggingHelper

  • org.codehaus.groovy.ant.LoggingHelper

Helper to make logging from Ant easier.

Authors:
Jason Dillon

Constructor Summary

Constructors
Constructor and description
LoggingHelper (Task owner)

Methods Summary

Methods
Type Params Return Type Name and description
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)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
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)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/ant/LoggingHelper.html