/jEdit/tags/jedit-4-2-pre3/doc/users-guide/activity-log.xml
# · XML · 42 lines · 38 code · 1 blank · 3 comment · 0 complexity · 07ab5c14487d08a4be97543418a6948d MD5 · raw file
- <!-- jEdit buffer-local properties: -->
- <!-- :indentSize=1:noTabs=true: -->
- <!-- :xml.root=users-guide.xml: -->
- <appendix id="activity-log"><title>The Activity Log</title>
- <para>
- The <firstterm>activity log</firstterm> is very useful for
- troubleshooting problems, and helps when developing plugins.
- </para>
- <para>
- <guimenu>Utilities</guimenu>><guisubmenu>Troubleshooting</guisubmenu>><guimenuitem>Activity
- Log</guimenuitem> displays
- the last 500 lines of the activity log. By default, the activity log is shown in a floating window. It can be docked using the commands shown when clicking the popup menu button in the top-left corner; see <xref linkend="docking" />.
- The complete
- log can be found in the <filename>activity.log</filename> file inside the
- jEdit settings directory, the path of which is shown inside the activity
- log window.
- </para>
- <para>
- jEdit writes the following information to the activity log:
- </para>
- <itemizedlist>
- <listitem><para>Information about your Java implementation (version,
- operating system, architecture, etc).</para></listitem>
- <listitem><para>All error messages and runtime exceptions (most errors
- are shown in dialog boxes as well, but the activity log usually
- contains more detailed and technical information).
- </para></listitem>
- <listitem><para>All sorts of debugging information that can be helpful
- when tracking down bugs.</para></listitem>
- <listitem><para>Information about loaded plugins.</para></listitem>
- </itemizedlist>
- <para>
- While jEdit is running, the log file on disk may not always accurately reflect
- what has been logged, due to buffering being done for performance reasons.
- To ensure the file on disk is up to
- date, invoke the
- <guimenu>Utilities</guimenu>><guisubmenu>Troubleshooting</guisubmenu>><guimenuitem>Update
- Activity Log on Disk</guimenuitem> command. The log file is also automatically
- updated on disk when jEdit exits.
- </para>
- </appendix>