|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class encapsulate the logic which is necessary to log into a table. Used by JDBCAppender.
Method Summary | |
void |
append(java.lang.String message)
Log a message to the database. |
void |
close()
Close off the logger. |
java.lang.String |
getErrorMsg()
Allow client to get the error message from logger. |
void |
init(java.util.Hashtable loggerOptions)
Initialize the logger with a Hashtable. |
boolean |
isReady()
Is the logger ready. |
Method Detail |
public void init(java.util.Hashtable loggerOptions)
Hashtable
- options to initialize withpublic void append(java.lang.String message) throws java.lang.Exception
public java.lang.String getErrorMsg()
public boolean isReady()
boolean
- state of readiness.public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |