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

Append a line of formatted text and a line break.

Parameters
[in]lnthe text
[in]tagthe formatting style identifier

Definition at line 155 of file LogPane.java.

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

Referenced by org.libcsdbg.jtracer.MainFrame.propertyChange().

156  {
157  append(ln + "\n", tag);
158  }
void append(final String ln, final String tag)
Append a line of formatted text.
Definition: LogPane.java:108

+ Here is the call graph for this function:

+ Here is the caller graph for this function: