PageRenderTime 29ms CodeModel.GetById 4ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/42docs/users-guide/activity-log.xml.bak

#
Unknown | 44 lines | 43 code | 1 blank | 0 comment | 0 complexity | 1768173e1a44ffc612d3293e6769fdc6 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. <!-- :xml.root=users-guide.xml: -->
  4. <appendix id="activity-log"><title>The Activity Log</title>
  5. <para>
  6. The <firstterm>activity log</firstterm> is very useful for
  7. troubleshooting problems, and helps when developing plugins.
  8. </para>
  9. <para>
  10. <guimenu>Utilities</guimenu>&gt;<guisubmenu>Troubleshooting</guisubmenu>&gt;<guimenuitem>Activity
  11. Log</guimenuitem> displays
  12. the last 500 lines of the activity log. By default, the activity log is shown in a floating window. This window can be docked using the commands in its top-left corner popup menu; see <xref linkend="docking" />.
  13. </para>
  14. <para>
  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
  39. <guimenu>Utilities</guimenu>&gt;<guisubmenu>Troubleshooting</guisubmenu>&gt;<guimenuitem>Update
  40. Activity Log on Disk</guimenuitem> command. The log file is also automatically
  41. updated on disk when jEdit exits.
  42. </para>
  43. </appendix>