jTracer  1.03
Stack trace visualization tool
void org.libcsdbg.jtracer.TracePane.appendln ( String  ln,
String  tag 
)

Append a line of formatted text and a line break.

Parameters
[in]lnthe text
[in]tagthe formatting tag (style identifier)

Definition at line 230 of file TracePane.java.

References org.libcsdbg.jtracer.TracePane.append().

231  {
232  append(ln + "\n", tag);
233  }
void append(String trace)
Append a trace using the syntax highlighter.
Definition: TracePane.java:132

+ Here is the call graph for this function: