openamf/src/java/org/openamf/io AMFDeserializer.java,1.18,1.19

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/java/org/openamf/io
In directory sc8-pr-cvs1:/tmp/cvs-serv3149/src/java/org/openamf/io

Modified Files:
	AMFDeserializer.java 
Log Message:
cleaned up logging some more

Index: AMFDeserializer.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/io/AMFDeserializer.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** AMFDeserializer.java	5 Jul 2003 19:50:48 -0000	1.18
--- AMFDeserializer.java	6 Jul 2003 17:25:51 -0000	1.19
***************
*** 42,45 ****
--- 42,48 ----
  
  	public AMFDeserializer(DataInputStream inputStream) throws IOException {
+ 
+ 		log.info("Deserializing Message, for more info turn on debug level");
+ 
  		message = new AMFMessage();
  
***************
*** 116,120 ****
  		// Grab the explicit type - somehow it works
  		String type = inputStream.readUTF();
! 		log.info("Reading Custom Class: " + type);
  		ASObject aso = new ASObject(type);
  		
--- 119,123 ----
  		// Grab the explicit type - somehow it works
  		String type = inputStream.readUTF();
! 		log.debug("Reading Custom Class: " + type);
  		ASObject aso = new ASObject(type);
  		
***************
*** 133,137 ****
  		
  		// Init the array
! 		log.info("reading object");
  
  		// Grab the key
--- 136,140 ----
  		
  		// Init the array
! 		log.debug("reading object");
  
  		// Grab the key
***************
*** 168,172 ****
  		storeObject(array);
  
! 		log.info("Reading array");
  		// Grab the length of the array
  		long length = inputStream.readInt();
--- 171,175 ----
  		storeObject(array);
  
! 		log.debug("Reading array");
  		// Grab the length of the array
  		long length = inputStream.readInt();




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
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.