wt.pom
Class POMLog
java.lang.Object
wt.pom.POMLog
- public class POMLog
- extends Object
POMLog.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
versionID
private static final String versionID
- See Also:
- Constant Field Values
pomLog
public static PrintWriter pomLog
LOG_FILE
private static final String LOG_FILE
LOG_ENABLED
private static final boolean LOG_ENABLED
LOG_APPEND
private static final boolean LOG_APPEND
LOG_SQL_STATEMENTS
private static final boolean LOG_SQL_STATEMENTS
LOG_STRIPPED_SQL_STATEMENTS
private static final boolean LOG_STRIPPED_SQL_STATEMENTS
one
private static Integer one
incTab
private static Hashtable incTab
POMLog
public POMLog()
openLog
public static void openLog()
throws WTException
- Throws:
WTException
openJDBCFilter
public static PrintStream openJDBCFilter()
throws IOException
- Throws:
IOException
closeLog
public static void closeLog()
throws WTException
- Throws:
WTException
writeLogStackTrace
public static void writeLogStackTrace(String message)
- Parameters:
message
- message to display in stack trace
writeLog
public static void writeLog(String entry)
strippedSQL
private static String strippedSQL(String entry)
getTable
public static String getTable(String from)
simpleSort
public static void simpleSort(TableRef[] tr)
showTableHits
public static void showTableHits()
clearTableHits
public static void clearTableHits()
incrementTable
private static void incrementTable(String table)
tableHits
private static void tableHits(String from)