<h2>org.autoplot.scriptconsole.LogConsoleUtil</h2><p></p>
<h2>LogConsoleUtil( )</h2>
<p></p>

<hr>
<a name="checkBreakpoint"></a>
<h2>checkBreakpoint</h2>
checkBreakpoint(  ) &rarr; void

<p>This method is here for the sole purpose of providing a place to insert a breakpoint when a log message is found for
 matching highlite pattern.</p>

<h3>Returns:</h3>
void (returns nothing)

<br><br>
<a href="https://github.com/autoplot/dev/search?q=checkBreakpoint&unscoped_q=checkBreakpoint">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/scriptconsole/LogConsoleUtil.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/scriptconsole/LogConsoleUtil.html#checkBreakpoint">[view on old javadoc]</a>
<br>
<br>
<hr>
<a name="deserializeLogRecords"></a>
<h2>deserializeLogRecords</h2>
deserializeLogRecords( <a href='https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html'>java.io.InputStream</a> in ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/util/List.html'>java.util.List</a>

<p></p>

<h3>Parameters</h3>
in - an InputStream

<h3>Returns:</h3>
java.util.List

<br><br>
<a href="https://github.com/autoplot/dev/search?q=deserializeLogRecords&unscoped_q=deserializeLogRecords">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/scriptconsole/LogConsoleUtil.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/scriptconsole/LogConsoleUtil.html#deserializeLogRecords">[view on old javadoc]</a>
<br>
<br>
<hr>
<a name="serializeLogRecords"></a>
<h2>serializeLogRecords</h2>
serializeLogRecords( <a href='https://docs.oracle.com/javase/8/docs/api/java/util/List.html'>java.util.List</a> list, <a href='https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html'>java.io.OutputStream</a> out ) &rarr; void

<p></p>

<h3>Parameters</h3>
list - a java.util.List
<br>
out - an OutputStream

<h3>Returns:</h3>
void (returns nothing)

<br><br>
<a href="https://github.com/autoplot/dev/search?q=serializeLogRecords&unscoped_q=serializeLogRecords">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/scriptconsole/LogConsoleUtil.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/scriptconsole/LogConsoleUtil.html#serializeLogRecords">[view on old javadoc]</a>
<br>
<br>