org.apache.cayenne.tools
Class AntTaskLogger

java.lang.Object
  extended by org.apache.cayenne.tools.AntTaskLogger

public class AntTaskLogger
extends Object


Field Summary
static int MSG_DEBUG
           
static int MSG_ERR
           
static int MSG_INFO
           
static int MSG_VERBOSE
           
static int MSG_WARN
           
 
Constructor Summary
AntTaskLogger(org.apache.tools.ant.Task parentTask)
           
 
Method Summary
 void log(String msg)
           
 void log(String msg, int msgLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AntTaskLogger

public AntTaskLogger(org.apache.tools.ant.Task parentTask)
Method Detail

log

public void log(String msg)

log

public void log(String msg,
                int msgLevel)


Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.