com.ontimize.db
Class DefaultLogFormatter
java.lang.Object
com.ontimize.db.DefaultLogFormatter
- All Implemented Interfaces:
- LogFormatter
- public class DefaultLogFormatter
- extends java.lang.Object
- implements LogFormatter
|
Method Summary |
java.lang.String |
getFormattedString(java.lang.String table,
java.util.Hashtable columnsValues,
java.lang.String operation,
java.lang.String user,
long date,
java.util.Hashtable conditions)
|
java.lang.String |
getFormattedString(java.lang.String table,
java.util.Vector columns,
java.lang.String operation,
java.lang.String user,
long date,
java.util.Hashtable conditions)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLogFormatter
public DefaultLogFormatter()
getFormattedString
public final java.lang.String getFormattedString(java.lang.String table,
java.util.Vector columns,
java.lang.String operation,
java.lang.String user,
long date,
java.util.Hashtable conditions)
- Specified by:
getFormattedString in interface LogFormatter
getFormattedString
public final java.lang.String getFormattedString(java.lang.String table,
java.util.Hashtable columnsValues,
java.lang.String operation,
java.lang.String user,
long date,
java.util.Hashtable conditions)
- Specified by:
getFormattedString in interface LogFormatter