net.directj.jlogger
Class ConsoleOutput

java.lang.Object
  |
  +--net.directj.jlogger.StreamOutput
        |
        +--net.directj.jlogger.ConsoleOutput
All Implemented Interfaces:
Output

public class ConsoleOutput
extends StreamOutput
implements Output

This is a simple class that just print logging output onto the console (System.out). It specify where data is written. WARNING: This class just print the specified string, but without a nl character. The formatter HAVE TO take care of 'nl' ('\n' in java) char.

Version:
0.1.1
Author:
CARTAPANIS Alexandre <earendil@jprolog.net>

Nested Class Summary
 
Nested classes inherited from class net.directj.jlogger.StreamOutput
 
Field Summary
 
Fields inherited from class net.directj.jlogger.StreamOutput
 
Constructor Summary
ConsoleOutput()
          Creates a new ConsoleOutput.
 
Methods inherited from class net.directj.jlogger.StreamOutput
equals, hashCode, print
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.directj.jlogger.Output
print
 

Constructor Detail

ConsoleOutput

public ConsoleOutput()
Creates a new ConsoleOutput.



Copyright © 2002 CARTAPANIS Alexandre
This page was last updated on May 10 2003