|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.libideas.logging.shared.LogHandler
com.google.gwt.libideas.logging.client.PopupWidgetLogHandler
com.google.gwt.libideas.logging.client.SimpleLogHandler
public class SimpleLogHandler
A very simple log handler meant to display simple messages.
Field Summary |
---|
Fields inherited from class com.google.gwt.libideas.logging.client.PopupWidgetLogHandler |
---|
autoShow, popup |
Constructor Summary | |
---|---|
SimpleLogHandler(boolean popup)
|
Method Summary | |
---|---|
com.google.gwt.user.client.ui.Widget |
getWidget()
|
void |
publish(java.lang.String message,
Level level,
java.lang.String category,
java.lang.Throwable e)
publish the message. |
Methods inherited from class com.google.gwt.libideas.logging.client.PopupWidgetLogHandler |
---|
hideHandler, setPopupPosition, showLog |
Methods inherited from class com.google.gwt.libideas.logging.shared.LogHandler |
---|
clear, format, getLevel, isSupported, setLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleLogHandler(boolean popup)
Method Detail |
---|
public com.google.gwt.user.client.ui.Widget getWidget()
getWidget
in class PopupWidgetLogHandler
public void publish(java.lang.String message, Level level, java.lang.String category, java.lang.Throwable e)
LogHandler
publish
in class LogHandler
message
- the messagelevel
- the message's levelcategory
- optional categorye
- optional throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |