You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Adrian Woodhead <ad...@last.fm> on 2008/09/04 19:24:03 UTC

controlling Message output

Hey there,

I see that most Ivy resolvers use the Message class to output messages, 
by default it looks like messages that are logged using Message.info(), 
warn() and error() appear in Ant's output. Is there some way to control 
the level of which messages get logged and which don't? I've tried to 
get Message.debug() messages to show up but they don't, even if I run 
ant in verbose (-v) mode.

Adrian