PageRenderTime 54ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/jEdit/tags/jedit-4-0-pre5/doc/users-guide/activity-log.xml

#
XML | 43 lines | 40 code | 1 blank | 2 comment | 0 complexity | 3f444e3fe062686d5d219236a300cd42 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <!-- jEdit buffer-local properties: -->
  2. <!-- :indentSize=1:noTabs=true: -->
  3. <appendix id="activity-log"><title>The Activity Log</title>
  4. <para>
  5. The <firstterm>activity log</firstterm> is very useful for
  6. troubleshooting problems, and helps when developing plugins.
  7. </para>
  8. <para>
  9. <guimenu>Utilities</guimenu>&gt;<guimenuitem>Activity Log</guimenuitem> displays
  10. the last 500 lines of the activity log. By default, the activity is shown in
  11. a floating window. It can be set to dock into the view in the
  12. <guibutton>Docking</guibutton> pane of the
  13. <guimenu>Utilities</guimenu>&gt;<guimenuitem>Global Options</guimenuitem>
  14. dialog box; see <xref linkend="docking" />.
  15. The complete
  16. log can be found in the <filename>activity.log</filename> file inside the
  17. jEdit settings directory, the path of which is shown inside the activity
  18. log window.
  19. </para>
  20. <para>
  21. jEdit writes the following information to the activity log:
  22. </para>
  23. <itemizedlist>
  24. <listitem><para>Information about your Java implementation (version,
  25. operating system, architecture, etc)</para></listitem>
  26. <listitem><para>All error messages and runtime exceptions (most errors
  27. are shown in dialog boxes as well; but the activity log usually
  28. contains more detailed and technical information)
  29. </para></listitem>
  30. <listitem><para>All sorts of debugging information that can be helpful
  31. when tracking down bugs</para></listitem>
  32. <listitem><para>Information about loaded plugins</para></listitem>
  33. </itemizedlist>
  34. <para>
  35. While jEdit is running, the log file on disk may not always accurately reflect
  36. what has been logged, due to buffering being done for performance reasons.
  37. To ensure the file on disk is up to
  38. date, invoke the <guimenu>Utilities</guimenu>&gt;<guimenuitem>Update Activity
  39. Log on Disk</guimenuitem> command. The log file is also automatically updated on
  40. disk when jEdit exits.
  41. </para>
  42. </appendix>