/www/tags/NOV_07_2009/htdocs/api/org/gjt/sp/util/Log.html
# · HTML · 597 lines · 517 code · 66 blank · 14 comment · 0 complexity · ff674ff0013f61937b2dec13e7ac63b3 MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!--NewPage-->
- <HTML>
- <HEAD>
- <!-- Generated by javadoc (build 1.5.0_14) on Tue Jul 22 07:14:16 GMT-08:00 2008 -->
- <TITLE>
- Log (jEdit API)
- </TITLE>
- <META NAME="keywords" CONTENT="org.gjt.sp.util.Log class">
- <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
- <NOSCRIPT>
- </NOSCRIPT>
- </HEAD>
- <BODY BGCOLOR="white" >
- <!-- ========= START OF TOP NAVBAR ======= -->
- <A NAME="navbar_top"><!-- --></A>
- <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
- <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
- <TR>
- <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
- <A NAME="navbar_top_firstrow"><!-- --></A>
- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
- <TR ALIGN="center" VALIGN="top">
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
- <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Log.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
- </EM>
- </TD>
- </TR>
- <TR>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="../../../../org/gjt/sp/util/IOUtilities.html" title="class in org.gjt.sp.util"><B>PREV CLASS</B></A>
- <A HREF="../../../../org/gjt/sp/util/ProgressObserver.html" title="interface in org.gjt.sp.util"><B>NEXT CLASS</B></A></FONT></TD>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="../../../../index.html?org/gjt/sp/util/Log.html" target="_top"><B>FRAMES</B></A>
- <A HREF="Log.html" target="_top"><B>NO FRAMES</B></A>
-
- <NOSCRIPT>
- <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
- </NOSCRIPT>
- </FONT></TD>
- </TR>
- <TR>
- <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
- SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
- <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
- DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
- </TR>
- </TABLE>
- <A NAME="skip-navbar_top"></A>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <HR>
- <!-- ======== START OF CLASS DATA ======== -->
- <H2>
- <FONT SIZE="-1">
- org.gjt.sp.util</FONT>
- <BR>
- Class Log</H2>
- <PRE>
- java.lang.Object
- <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.gjt.sp.util.Log</B>
- </PRE>
- <HR>
- <DL>
- <DT><PRE>public class <B>Log</B><DT>extends java.lang.Object</DL>
- </PRE>
- <P>
- This class provides methods for logging events. In terms of functionality,
- it is somewhere in between <code>System.out.println()</code> and
- full-blown logging packages such as log4j.<p>
- All events are logged to an in-memory buffer and optionally a stream,
- and those with a high urgency (warnings and errors) are also printed
- to standard output.<p>
- Logging of exception tracebacks is supported.<p>
- This class can also optionally redirect standard output and error to the log.
- <P>
- <P>
- <HR>
- <P>
- <!-- =========== FIELD SUMMARY =========== -->
- <A NAME="field_summary"><!-- --></A>
- <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
- <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
- <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
- <B>Field Summary</B></FONT></TH>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE>static int</CODE></FONT></TD>
- <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/Log.html#DEBUG">DEBUG</A></B></CODE>
- <BR>
- Debugging message urgency.</TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE>static int</CODE></FONT></TD>
- <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/Log.html#ERROR">ERROR</A></B></CODE>
- <BR>
- Error urgency.</TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE>static int</CODE></FONT></TD>
- <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/Log.html#MAXLINES">MAXLINES</A></B></CODE>
- <BR>
- The maximum number of log messages that will be kept in memory.</TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE>static int</CODE></FONT></TD>
- <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/Log.html#MESSAGE">MESSAGE</A></B></CODE>
- <BR>
- Message urgency.</TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE>static int</CODE></FONT></TD>
- <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/Log.html#NOTICE">NOTICE</A></B></CODE>
- <BR>
- Notice urgency.</TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE>static java.util.List<java.lang.Throwable></CODE></FONT></TD>
- <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/Log.html#throwables">throwables</A></B></CODE>
- <BR>
- </TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE>static int</CODE></FONT></TD>
- <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/Log.html#WARNING">WARNING</A></B></CODE>
- <BR>
- Warning urgency.</TD>
- </TR>
- </TABLE>
-
- <!-- ======== CONSTRUCTOR SUMMARY ======== -->
- <A NAME="constructor_summary"><!-- --></A>
- <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
- <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
- <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
- <B>Constructor Summary</B></FONT></TH>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/Log.html#Log()">Log</A></B>()</CODE>
- <BR>
- </TD>
- </TR>
- </TABLE>
-
- <!-- ========== METHOD SUMMARY =========== -->
- <A NAME="method_summary"><!-- --></A>
- <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
- <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
- <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
- <B>Method Summary</B></FONT></TH>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE>static void</CODE></FONT></TD>
- <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/Log.html#closeStream()">closeStream</A></B>()</CODE>
- <BR>
- Closes the log stream.</TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE>static void</CODE></FONT></TD>
- <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/Log.html#flushStream()">flushStream</A></B>()</CODE>
- <BR>
- Flushes the log stream.</TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE>static javax.swing.ListModel</CODE></FONT></TD>
- <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/Log.html#getLogListModel()">getLogListModel</A></B>()</CODE>
- <BR>
- Returns the list model for viewing the log contents.</TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE>static void</CODE></FONT></TD>
- <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/Log.html#init(boolean, int)">init</A></B>(boolean stdio,
- int level)</CODE>
- <BR>
- Initializes the log.</TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE>static void</CODE></FONT></TD>
- <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/Log.html#log(int, java.lang.Object, java.lang.Object)">log</A></B>(int urgency,
- java.lang.Object source,
- java.lang.Object message)</CODE>
- <BR>
- Logs a message.</TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE>static void</CODE></FONT></TD>
- <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/Log.html#log(int, java.lang.Object, java.lang.Object, java.lang.Throwable)">log</A></B>(int urgency,
- java.lang.Object source,
- java.lang.Object message,
- java.lang.Throwable exception)</CODE>
- <BR>
- Logs an exception with a message.</TD>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
- <CODE>static void</CODE></FONT></TD>
- <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/Log.html#setLogWriter(java.io.Writer)">setLogWriter</A></B>(java.io.Writer stream)</CODE>
- <BR>
- Writes all currently logged messages to this stream if there was no
- stream set previously, and sets the stream to write future log
- messages to.</TD>
- </TR>
- </TABLE>
- <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
- <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
- <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
- <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
- </TR>
- <TR BGCOLOR="white" CLASS="TableRowColor">
- <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
- </TR>
- </TABLE>
-
- <P>
- <!-- ============ FIELD DETAIL =========== -->
- <A NAME="field_detail"><!-- --></A>
- <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
- <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
- <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
- <B>Field Detail</B></FONT></TH>
- </TR>
- </TABLE>
- <A NAME="MAXLINES"><!-- --></A><H3>
- MAXLINES</H3>
- <PRE>
- public static final int <B>MAXLINES</B></PRE>
- <DL>
- <DD>The maximum number of log messages that will be kept in memory.
- <P>
- <DL>
- <DT><B>Since:</B></DT>
- <DD>jEdit 2.6pre5</DD>
- <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.gjt.sp.util.Log.MAXLINES">Constant Field Values</A></DL>
- </DL>
- <HR>
- <A NAME="DEBUG"><!-- --></A><H3>
- DEBUG</H3>
- <PRE>
- public static final int <B>DEBUG</B></PRE>
- <DL>
- <DD>Debugging message urgency. Should be used for messages only
- useful when debugging a problem.
- <P>
- <DL>
- <DT><B>Since:</B></DT>
- <DD>jEdit 2.2pre2</DD>
- <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.gjt.sp.util.Log.DEBUG">Constant Field Values</A></DL>
- </DL>
- <HR>
- <A NAME="MESSAGE"><!-- --></A><H3>
- MESSAGE</H3>
- <PRE>
- public static final int <B>MESSAGE</B></PRE>
- <DL>
- <DD>Message urgency. Should be used for messages which give more
- detail than notices.
- <P>
- <DL>
- <DT><B>Since:</B></DT>
- <DD>jEdit 2.2pre2</DD>
- <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.gjt.sp.util.Log.MESSAGE">Constant Field Values</A></DL>
- </DL>
- <HR>
- <A NAME="NOTICE"><!-- --></A><H3>
- NOTICE</H3>
- <PRE>
- public static final int <B>NOTICE</B></PRE>
- <DL>
- <DD>Notice urgency. Should be used for messages that directly
- affect the user.
- <P>
- <DL>
- <DT><B>Since:</B></DT>
- <DD>jEdit 2.2pre2</DD>
- <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.gjt.sp.util.Log.NOTICE">Constant Field Values</A></DL>
- </DL>
- <HR>
- <A NAME="WARNING"><!-- --></A><H3>
- WARNING</H3>
- <PRE>
- public static final int <B>WARNING</B></PRE>
- <DL>
- <DD>Warning urgency. Should be used for messages that warrant
- attention.
- <P>
- <DL>
- <DT><B>Since:</B></DT>
- <DD>jEdit 2.2pre2</DD>
- <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.gjt.sp.util.Log.WARNING">Constant Field Values</A></DL>
- </DL>
- <HR>
- <A NAME="ERROR"><!-- --></A><H3>
- ERROR</H3>
- <PRE>
- public static final int <B>ERROR</B></PRE>
- <DL>
- <DD>Error urgency. Should be used for messages that signal a
- failure.
- <P>
- <DL>
- <DT><B>Since:</B></DT>
- <DD>jEdit 2.2pre2</DD>
- <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.gjt.sp.util.Log.ERROR">Constant Field Values</A></DL>
- </DL>
- <HR>
- <A NAME="throwables"><!-- --></A><H3>
- throwables</H3>
- <PRE>
- public static final java.util.List<java.lang.Throwable> <B>throwables</B></PRE>
- <DL>
- <DL>
- </DL>
- </DL>
- <!-- ========= CONSTRUCTOR DETAIL ======== -->
- <A NAME="constructor_detail"><!-- --></A>
- <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
- <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
- <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
- <B>Constructor Detail</B></FONT></TH>
- </TR>
- </TABLE>
- <A NAME="Log()"><!-- --></A><H3>
- Log</H3>
- <PRE>
- public <B>Log</B>()</PRE>
- <DL>
- </DL>
- <!-- ============ METHOD DETAIL ========== -->
- <A NAME="method_detail"><!-- --></A>
- <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
- <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
- <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
- <B>Method Detail</B></FONT></TH>
- </TR>
- </TABLE>
- <A NAME="init(boolean, int)"><!-- --></A><H3>
- init</H3>
- <PRE>
- public static void <B>init</B>(boolean stdio,
- int level)</PRE>
- <DL>
- <DD>Initializes the log.
- <P>
- <DD><DL>
- <DT><B>Parameters:</B><DD><CODE>stdio</CODE> - If true, standard output and error will be
- sent to the log<DD><CODE>level</CODE> - Messages with this log level or higher will
- be printed to the system console<DT><B>Since:</B></DT>
- <DD>jEdit 3.2pre4</DD>
- </DL>
- </DD>
- </DL>
- <HR>
- <A NAME="setLogWriter(java.io.Writer)"><!-- --></A><H3>
- setLogWriter</H3>
- <PRE>
- public static void <B>setLogWriter</B>(java.io.Writer stream)</PRE>
- <DL>
- <DD>Writes all currently logged messages to this stream if there was no
- stream set previously, and sets the stream to write future log
- messages to.
- <P>
- <DD><DL>
- <DT><B>Parameters:</B><DD><CODE>stream</CODE> - The writer<DT><B>Since:</B></DT>
- <DD>jEdit 3.2pre4</DD>
- </DL>
- </DD>
- </DL>
- <HR>
- <A NAME="flushStream()"><!-- --></A><H3>
- flushStream</H3>
- <PRE>
- public static void <B>flushStream</B>()</PRE>
- <DL>
- <DD>Flushes the log stream.
- <P>
- <DD><DL>
- <DT><B>Since:</B></DT>
- <DD>jEdit 2.6pre5</DD>
- </DL>
- </DD>
- </DL>
- <HR>
- <A NAME="closeStream()"><!-- --></A><H3>
- closeStream</H3>
- <PRE>
- public static void <B>closeStream</B>()</PRE>
- <DL>
- <DD>Closes the log stream. Should be done before your program exits.
- <P>
- <DD><DL>
- <DT><B>Since:</B></DT>
- <DD>jEdit 2.6pre5</DD>
- </DL>
- </DD>
- </DL>
- <HR>
- <A NAME="getLogListModel()"><!-- --></A><H3>
- getLogListModel</H3>
- <PRE>
- public static javax.swing.ListModel <B>getLogListModel</B>()</PRE>
- <DL>
- <DD>Returns the list model for viewing the log contents.
- <P>
- <DD><DL>
- <DT><B>Since:</B></DT>
- <DD>jEdit 4.2pre1</DD>
- </DL>
- </DD>
- </DL>
- <HR>
- <A NAME="log(int, java.lang.Object, java.lang.Object, java.lang.Throwable)"><!-- --></A><H3>
- log</H3>
- <PRE>
- public static void <B>log</B>(int urgency,
- java.lang.Object source,
- java.lang.Object message,
- java.lang.Throwable exception)</PRE>
- <DL>
- <DD>Logs an exception with a message.
- If an exception is the cause of a call to <A HREF="../../../../org/gjt/sp/util/Log.html#log"><CODE>log</CODE></A>, then
- the exception should be explicitly provided so that it can
- be presented to the (debugging) user in a useful manner
- (not just the exception message, but also the exception stack trace)
- <P>
- <DD><DL>
- <DT><B>Since:</B></DT>
- <DD>jEdit 4.3pre5</DD>
- </DL>
- </DD>
- </DL>
- <HR>
- <A NAME="log(int, java.lang.Object, java.lang.Object)"><!-- --></A><H3>
- log</H3>
- <PRE>
- public static void <B>log</B>(int urgency,
- java.lang.Object source,
- java.lang.Object message)</PRE>
- <DL>
- <DD>Logs a message. This method is thread-safe.<p>
- The following code sends a typical debugging message to the activity
- log:
- <pre>Log.log(Log.DEBUG,this,"counter = " + counter);</pre>
- The corresponding activity log entry might read as follows:
- <pre>[debug] JavaParser: counter = 15</pre>
- <P>
- <DD><DL>
- <DT><B>Parameters:</B><DD><CODE>urgency</CODE> - The urgency; can be one of
- <code>Log.DEBUG</code>, <code>Log.MESSAGE</code>,
- <code>Log.NOTICE</code>, <code>Log.WARNING</code>, or
- <code>Log.ERROR</code>.<DD><CODE>source</CODE> - The source of the message, either an object or a
- class instance. When writing log messages from macros, set
- this parameter to <code>BeanShell.class</code> to make macro
- errors easier to spot in the activity log.<DD><CODE>message</CODE> - The message. This can either be a string or
- an exception<DT><B>Since:</B></DT>
- <DD>jEdit 2.2pre2</DD>
- </DL>
- </DD>
- </DL>
- <!-- ========= END OF CLASS DATA ========= -->
- <HR>
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <A NAME="navbar_bottom"><!-- --></A>
- <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
- <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
- <TR>
- <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
- <A NAME="navbar_bottom_firstrow"><!-- --></A>
- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
- <TR ALIGN="center" VALIGN="top">
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
- <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Log.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
- </EM>
- </TD>
- </TR>
- <TR>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="../../../../org/gjt/sp/util/IOUtilities.html" title="class in org.gjt.sp.util"><B>PREV CLASS</B></A>
- <A HREF="../../../../org/gjt/sp/util/ProgressObserver.html" title="interface in org.gjt.sp.util"><B>NEXT CLASS</B></A></FONT></TD>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="../../../../index.html?org/gjt/sp/util/Log.html" target="_top"><B>FRAMES</B></A>
- <A HREF="Log.html" target="_top"><B>NO FRAMES</B></A>
-
- <NOSCRIPT>
- <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
- </NOSCRIPT>
- </FONT></TD>
- </TR>
- <TR>
- <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
- SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
- <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
- DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
- </TR>
- </TABLE>
- <A NAME="skip-navbar_bottom"></A>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- <HR>
- </BODY>
- </HTML>