wt.fv.replica
Class ReplicaLog

java.lang.Object
  extended bywt.fv.replica.ReplicaLog

public class ReplicaLog
extends Object

Helper class implements static methods to log messages in Wt.Fv/remote Package.


Field Summary
static PrintWriter remoteLog
           
 
Constructor Summary
ReplicaLog()
           
 
Method Summary
static void closeLog()
           
static boolean isLogingEnabled()
           
static void logException(Exception ex)
           
static void openLog()
           
static void writeLog(String entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remoteLog

public static PrintWriter remoteLog
Constructor Detail

ReplicaLog

public ReplicaLog()
Method Detail

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()