| java.lang.Object com.caucho.netbeans.util.LogSupport
LogSupport | final public class LogSupport (Code) | | Logger support class for creating links in the output window.
|
Inner Class :public static class LineInfo | |
Inner Class :static class ErrorAnnotation extends Annotation | |
Inner Class :public class Link implements OutputListener | |
Method Summary | |
public LineInfo | analyzeLine(String logLine) | public void | detachAnnotation() Detach error annotation. | public Link | getLink(String errorMsg, String path, int line) Return a link which implements OutputListener interface.
Link is then used to represent a link in the output window. |
analyzeLine | public LineInfo analyzeLine(String logLine)(Code) | | |
detachAnnotation | public void detachAnnotation()(Code) | | Detach error annotation.
|
getLink | public Link getLink(String errorMsg, String path, int line)(Code) | | Return a link which implements OutputListener interface.
Link is then used to represent a link in the output window. This class
also handles error annotations which are shown after a line is clicked.
link which implements OutputListener interface. Linkis then used to represent a link in the output window. |
|
|