|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMockCentralLogger
Interface for classes used to log info or error messages generated within a MockCentral editor application.
| Method Summary | |
|---|---|
void |
logError(java.lang.String message,
java.lang.Throwable exception)
Logs the error indicated by the supplied message and exception. |
void |
logError(java.lang.Throwable exception)
Logs the error indicated by the supplied exception. |
void |
logInfo(java.lang.String message)
Logs the information contained in the supplied message. |
void |
logWarning(java.lang.String message)
Logs the warning contained in the supplied message. |
| Method Detail |
|---|
void logInfo(java.lang.String message)
message - the message for the info-level logging.void logWarning(java.lang.String message)
message - the message for the warning-level logging.void logError(java.lang.Throwable exception)
exception - the exception for the error-level logging.
void logError(java.lang.String message,
java.lang.Throwable exception)
message - the message for the error-level logging.exception - the exception for the error-level logging.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||