|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
private static interface LucidDbRuntimeContext.ErrorLogger
ErrorLogger processes error records
Method Summary | |
---|---|
void |
completeDeferredException(RuntimeException ex)
Completes defered exception during record logging |
int |
getErrorCount()
Gets the number of errors processed by this logger |
String |
getFilename()
Gets the name of the log file being written |
int |
getWarningCount()
Gets the number of warnings processed by this logger |
void |
log(String[] names,
Object[] values,
RuntimeException ex,
int columnIndex,
String tag,
boolean isWarning)
Writes a record to a log file |
EigenbaseException |
log(String[] names,
Object[] values,
RuntimeException ex,
int columnIndex,
String tag,
boolean isWarning,
String errorCode,
String columnName)
Writes a record to a log file |
void |
log(SyntheticObject o,
RuntimeException ex,
int columnIndex,
String tag,
boolean isWarning)
Writes a record to a log file |
Method Detail |
---|
void log(SyntheticObject o, RuntimeException ex, int columnIndex, String tag, boolean isWarning)
void log(String[] names, Object[] values, RuntimeException ex, int columnIndex, String tag, boolean isWarning)
EigenbaseException log(String[] names, Object[] values, RuntimeException ex, int columnIndex, String tag, boolean isWarning, String errorCode, String columnName)
void completeDeferredException(RuntimeException ex)
String getFilename()
int getErrorCount()
int getWarningCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |