|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspace.nucleus.Logger
Writes log to a file.
Method Summary | |
void |
dump(java.util.LinkedList tuples)
Dumps the space entries to the log file |
static Logger |
getInstance()
|
static Logger |
getInstance(java.lang.String file)
|
static java.lang.String |
getVersion(java.lang.String revision)
Returns the version number from the VSS revision string. |
void |
write(java.lang.String msg)
Write message to the log and time stamp it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Logger getInstance()
public static Logger getInstance(java.lang.String file)
public void write(java.lang.String msg)
msg
- Message to writepublic void dump(java.util.LinkedList tuples)
tuples
- Space storage to dump.public static java.lang.String getVersion(java.lang.String revision)
revision
- VSS revision string which is in the format $Revision: 9 $
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |