|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Logger
Logger
Method Summary | |
---|---|
void |
log(int severity,
java.lang.String message)
Logs the given message with the supplied severity. |
void |
log(int severity,
java.lang.Throwable t,
java.lang.String message)
Logs the given message and Throwable with the supplied severity. |
Method Detail |
---|
void log(int severity, java.lang.String message)
severity
- message
- the message to be loggedvoid log(int severity, java.lang.Throwable t, java.lang.String message)
Throwable
with the supplied severity.
severity
- the severitymessage
- the message to be loggedt
- the exception; may be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |