gnu.vnc
Class VLogger
java.lang.Object
gnu.vnc.VLogger
public class VLogger
- extends java.lang.Object
Provides logging facilities for users and developers.
- Author:
- rpatel
Modified by:
Ken Breeman (kbreeman@wpi.edu)
Eric Griffel (sniffles@wpi.edu)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public void log(java.lang.String msg)
- Parameters:
msg
-
log
public void log(java.lang.String msg,
java.lang.Throwable t)
- Parameters:
msg
- t
-
getLogger
public static VLogger getLogger()
- Returns:
setLogger
public static void setLogger(VLogger newInstance)
- Parameters:
newInstance
-