|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILogger
Logging interface for model code. This is used to abstract the model code from a specific logging implementation. The runtime proxy can use this interface to provide logging methods and delay having the actual implementation set until runtime.
Method Summary | |
---|---|
void |
logError(String message)
Log an error message to the log |
void |
logError(String message,
Throwable exception)
Log an error message and exception to the log |
void |
logInfo(String message)
Write an informational message to the log |
void |
logWarning(String message)
Log a warning message to the log |
Method Detail |
---|
void logInfo(String message)
void logWarning(String message)
void logError(String message)
void logError(String message, Throwable exception)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |