Documentation how to use org.apache.maven.monitor.logging.Log
-------------------------------------------------------------

                 Key: MOJO-769
                 URL: http://jira.codehaus.org/browse/MOJO-769
             Project: Mojo
          Issue Type: Wish
            Reporter: Tano Dzhinski


    private Log log = this.getLog();
    
    public void execute() throws MojoExecutionException {
        log.info("message");
        log.debug("message");
        log.warn("message");
        log.error("message");
 ...
This code always shows all four messages
How can I define the loggig level?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to