logging in jelly tags

2004-10-12 Thread Nathan Coast
Hi, I have a couple of Jelly tag classes, what's the 'correct' way write log statements in tag classes. e.g. 1) info - info that is always logged to stdout 2) debug - info that is displayed with maven -X cheers Nathan -- Nathan Coast Managing Director codeczar ltd mobile: (852) 9049 5581 email:

Re: logging in jelly tags

2004-10-12 Thread Brett Porter
correct. http://cvs.apache.org/viewcvs.cgi/maven/src/conf/log4j.properties?rev=1.17&view=markup On Tue, 12 Oct 2004 16:46:44 +0800, Nathan Coast <[EMAIL PROTECTED]> wrote: > Hi, > > I have a couple of Jelly tag classes, what's the 'correct' way write log > statements in tag classes. e.g. > 1)

Re: logging in jelly tags

2004-10-12 Thread Nathan Coast
sorry, didn't ask my question very well :) what code do I have to write in the tags class? typical log4j / commons-logging? Log myLog = LogFactory.getLog(TagClass.class); myLog.debug("foobar"); myLog.info("whizbang"); or is there some logger I can call directly like the log() method available t

Re: logging in jelly tags

2004-10-12 Thread Nicolas . CHALUMEAU
2/10/2004 16:44 Veuillez répondre à "Maven Users List" Pour : Maven Users List <[EMAIL PROTECTED]> cc : Objet : Re: logging in jelly tags sorry, didn't ask my question very well :) what code do I have to write in the tags class? typical

Re: logging in jelly tags

2004-10-12 Thread Nathan Coast
to Nicolas, Nathan Coast <[EMAIL PROTECTED]> 12/10/2004 16:44 Veuillez répondre à "Maven Users List" Pour : Maven Users List <[EMAIL PROTECTED]> cc : Objet : Re: logging in jelly tags sorry, didn't ask my question very well :) what code do I h

Re: logging in jelly tags

2004-10-12 Thread Brett Porter
rg/viewcvs.cgi/maven-plugins/artifact/src/main/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java?rev=1.23&view=auto > > > > Nicolas, > > > > > > > > > > > > Nathan Coast <[EMAIL PROTECTED]> > > 12/10/2004 16:44 > > Veu