org.apache.cayenne.tools
Class AntTaskLogger
java.lang.Object
org.apache.cayenne.tools.AntTaskLogger
public class AntTaskLogger
- extends Object
Constructor Summary |
AntTaskLogger(org.apache.tools.ant.Task parentTask)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSG_ERR
public static final int MSG_ERR
- See Also:
- Constant Field Values
MSG_WARN
public static final int MSG_WARN
- See Also:
- Constant Field Values
MSG_INFO
public static final int MSG_INFO
- See Also:
- Constant Field Values
MSG_VERBOSE
public static final int MSG_VERBOSE
- See Also:
- Constant Field Values
MSG_DEBUG
public static final int MSG_DEBUG
- See Also:
- Constant Field Values
AntTaskLogger
public AntTaskLogger(org.apache.tools.ant.Task parentTask)
log
public void log(String msg)
log
public void log(String msg,
int msgLevel)
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.