|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SystemLog
Use to log data that may be of interest in debugging or troubleshooting.
You do not usually need to call these methods directly - instead, use
methods of PluginContext
.
Method Summary | |
---|---|
void |
log(java.lang.Object o,
java.lang.String text)
Call to log a line of text. |
void |
log(java.lang.Object o,
java.lang.String text,
java.lang.Throwable t)
Call to log a line of text and/or exception. |
Method Detail |
---|
void log(java.lang.Object o, java.lang.String text)
o
- Object that is responsible for message (or null if none)text
- Text itself (does not need to end in \n)void log(java.lang.Object o, java.lang.String text, java.lang.Throwable t)
o
- Object that is responsible for message (or null if none)text
- Text itself (does not need to end in \n; null if none)t
- Exception (null if none)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |