<h2>org.autoplot.scriptconsole.LogConsoleSettingsDialog</h2><p>Settings GUI for the Log Console dialog. The log console is more complex than
 it first seems, in that it is actually receiving messages from loggers, not
 just stdout and stderr. (See
 http://docs.oracle.com/javase/1.4.2/docs/guide/util/logging/overview.html,
 but in short messages are sent to hierarchical named channels with verbosity
 levels.)</p>
<h2>LogConsoleSettingsDialog( <a href='https://docs.oracle.com/javase/8/docs/api/java/awt/Frame.html'>java.awt.Frame</a> parent, boolean modal, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/autoplot/scriptconsole/LogConsole.html'>org.autoplot.scriptconsole.LogConsole</a> console )</h2>
<p>Creates new form LogConsoleSettingsDialog</p>

<hr>
<a name="main"></a>
<h2>main</h2>
main( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String[]</a> args ) &rarr; void

<p></p>

<h3>Parameters</h3>
args - the command line arguments

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

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