as.clynx.util
Class Outputter

java.lang.Object
  extended by 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

Field Summary
static int ConsoleActionLevel
           
static javax.swing.JTextArea outputter
           
 
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
 

Field Detail

ConsoleActionLevel

public static int ConsoleActionLevel

outputter

public static javax.swing.JTextArea outputter
Constructor Detail

Outputter

public Outputter(int level)
Constructor with current level. if level < specified global level, the action do not take place.

Parameters:
level -
Method Detail

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 -