[EMAIL PROTECTED]
>Gesendet: Donnerstag, 10. November 2005 18:46
>An: Ant Users List
>Betreff: Re: Logging from custom tasks
>
>I can't remember off the top of my head about -q, but the
>default level is INFO which would give you ERROR, WARNING &
>INFO. The -v flag gives y
I can't remember off the top of my head about -q, but the default level is
INFO which would give you ERROR, WARNING & INFO. The -v flag gives you
that plus VERBOSE, while -d gives you everything.
--
Jeffrey E. Care ([EMAIL PROTECTED])
WebSphere v7 Release Engineer
WebSphere Build Tooling Lead (
normal mode ==> shows INFO and above (ERR and WARN)
-v adds VERBOSE
-d adds DEBUG
-q logs only ERR and WARN (I think. I used it seldomly)
one "best practice" is to be silent if the task does nothing, when
everything's up to date for example.
When it does something, log at the default level (INFO
Are there any "best practices" for which logging levels to use from
custom ant tasks ?
The 5 levels: MSG_ERR, MSG_WARN, MSG_INFO, MSG_VERBOSE and MSG_DEBUG are
self explanatory, but I'm not certain which levels appear when ? I'm
asking which levels are visible depending on options supplied to ant
(