ruper2/src/java/ant/org/krysalis/ruper/ant/util AntLogListener.java,1.2,1.3

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/ruper2/src/java/ant/org/krysalis/ruper/ant/util
In directory sc8-pr-cvs1:/tmp/cvs-serv20533/src/java/ant/org/krysalis/ruper/ant/util

Modified Files:
	AntLogListener.java 
Log Message:
Added VERBOSE logging level (Ant can use it, even if others can't).

Index: AntLogListener.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/ant/org/krysalis/ruper/ant/util/AntLogListener.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AntLogListener.java	11 Sep 2003 23:34:39 -0000	1.2
--- AntLogListener.java	22 Sep 2003 15:53:03 -0000	1.3
***************
*** 37,40 ****
--- 37,45 ----
  					break;
  				}
+ 			case LogConstant.VERBOSE :
+ 				{
+ 					antSeverity = Project.MSG_VERBOSE;
+ 					break;
+ 				}
  			case LogConstant.WARN :
  				{
***************
*** 52,61 ****
  
  		//:TODO: The exception?
- 
- 
- 		// Testing Hack...
- 		antSeverity = Project.MSG_INFO;
- 		
- 		
  		
  		m_component.log(messageStr, antSeverity);
--- 57,60 ----




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.