https://bz.apache.org/bugzilla/show_bug.cgi?id=57909
--- Comment #4 from Stefan Bodewig <[email protected]> --- (In reply to Daniel Reilly from comment #3) > When someone specified the -d (debug) parameter, where is that information > stored? What I need is a simple way to access that information. In Main's msgOutputLevel and passed to any BuildLogger's setMessageOutputLevel. The former is specific to Ant run via the command line, IDE integrations most likely plug in an AntMain implementation of their own. BuildLogger is an interface, where information is stored is up to the implementation. -- You are receiving this mail because: You are the assignee for the bug.
