|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.importexport.MetadataLogger
public class MetadataLogger
Buffer for the import log messages
Field Summary | |
---|---|
private java.lang.StringBuffer |
logBuf
|
Constructor Summary | |
---|---|
MetadataLogger()
Constructor, initialize the buffer with date and time |
Method Summary | |
---|---|
byte[] |
getLogBytes()
Gets the array of bytes of all the logs |
void |
log(java.lang.String msg)
Logs a message into the buffer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.StringBuffer logBuf
Constructor Detail |
---|
public MetadataLogger()
Method Detail |
---|
public void log(java.lang.String msg)
msg
- The message to logpublic byte[] getLogBytes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |