edu.unr.cs.LMS
Class LMSUtil

java.lang.Object
  |
  +--edu.unr.cs.LMS.LMSUtil

public class LMSUtil
extends java.lang.Object

Utilities class. Contains a bunch of static utilities. Version 1.0 Sushil J. Louis 10/22/01


Constructor Summary
LMSUtil()
           
 
Method Summary
static void log(java.lang.String s)
          Prints its argument on the standard output prepended with a time stamp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LMSUtil

public LMSUtil()
Method Detail

log

public static void log(java.lang.String s)
Prints its argument on the standard output prepended with a time stamp. Hopefully useful for instrumenting the skeleton and for debugging.
Parameters:
s - The string to be printed.