wt.fv.replica
Class ReplicaLog
java.lang.Object
wt.fv.replica.ReplicaLog
- public class ReplicaLog
- extends Object
Helper class implements static methods to log messages in Wt.Fv/remote Package.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
remoteLog
public static PrintWriter remoteLog
ReplicaLog
public ReplicaLog()
openLog
public static void openLog()
throws WTException
- Throws:
WTException
closeLog
public static void closeLog()
throws WTException
- Throws:
WTException
writeLog
public static void writeLog(String entry)
logException
public static void logException(Exception ex)
isLogingEnabled
public static boolean isLogingEnabled()