|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILog
Logger to log warnings and exceptions.
| Method Summary | |
|---|---|
void |
log(String message,
Exception exception,
int statusInt)
Log an error. |
void |
logException(String message,
Exception exception)
Log an exception as an error. |
void |
logWarning(String message,
Exception exception)
Log an exception as a warning. |
| Method Detail |
|---|
void log(String message,
Exception exception,
int statusInt)
message - the messageexception - the causing exceptionstatusInt - a status
void logException(String message,
Exception exception)
message - the messageexception - the causing exception.
void logWarning(String message,
Exception exception)
message - the messageexception - the causing exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||