Package org.zoolu.tools

Examples of org.zoolu.tools.Log


      bye_dates=new Hashtable();  
      calls=new Vector();
      callers=new Hashtable();
      callees=new Hashtable();
     
      call_log=new Log(filename,null,1,-1,true);
      call_log.println("Date \tCall-Id \tStatus \tCaller \tCallee \tSetup Time \tCall Time");
   }
View Full Code Here

TOP

Related Classes of org.zoolu.tools.Log

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.