as.clynx.util
Class Outputter
java.lang.Object
as.clynx.util.Outputter
public class Outputter
- extends java.lang.Object
This class simply manages the console output. all importances higher/equal
than the 'ConsoleActionLevel' are printed.
- Version:
- cLynx v.1.2, JDK 6.0: 20.09.2007
- Author:
- Andreas Senfter - andreas@senfters.com
Constructor Summary |
Outputter(int level)
Constructor with current level. if level < specified global level, the
action do not take place. |
Method Summary |
void |
errln(java.lang.String msg)
invokes the System.err.println() |
void |
println(java.lang.String msg)
invokes the System.out.println() |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleActionLevel
public static int ConsoleActionLevel
outputter
public static javax.swing.JTextArea outputter
Outputter
public Outputter(int level)
- Constructor with current level. if level < specified global level, the
action do not take place.
- Parameters:
level
-
println
public void println(java.lang.String msg)
- invokes the System.out.println()
- Parameters:
msg
-
errln
public void errln(java.lang.String msg)
- invokes the System.err.println()
- Parameters:
msg
-