Package org.apache.tools.ant.util
Class TaskLogger
java.lang.Object
org.apache.tools.ant.util.TaskLogger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Log a message withMSG_DEBUG
priorityvoid
Log a message withMSG_ERR
priorityvoid
Log a message withMSG_INFO
priorityvoid
Log a message withMSG_VERBOSE
priorityvoid
Log a message withMSG_WARN
priority
-
Constructor Details
-
TaskLogger
-
-
Method Details
-
info
Log a message withMSG_INFO
priority- Parameters:
message
- the message to log
-
error
Log a message withMSG_ERR
priority- Parameters:
message
- the message to log
-
warning
Log a message withMSG_WARN
priority- Parameters:
message
- the message to log
-
verbose
Log a message withMSG_VERBOSE
priority- Parameters:
message
- the message to log
-
debug
Log a message withMSG_DEBUG
priority- Parameters:
message
- the message to log
-