net.sf.tlc.logging.impl
Class DefaultConsoleInterceptor

java.lang.Object
  extended bynet.sf.tlc.logging.impl.DefaultConsoleInterceptor
All Implemented Interfaces:
ConsoleInterceptor

public class DefaultConsoleInterceptor
extends java.lang.Object
implements ConsoleInterceptor

The DefaultConsoleInterceptor merely implements the ConsoleInterceptor interface but really does nothing - i.e., everything gets sent to System.out anyway.

Author:
aisrael

Constructor Summary
DefaultConsoleInterceptor()
           
 
Method Summary
 void giveupInterception()
          (non-Javadoc)
 void setupInterception()
          (non-Javadoc)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConsoleInterceptor

public DefaultConsoleInterceptor()
Method Detail

setupInterception

public final void setupInterception()
(non-Javadoc)

Specified by:
setupInterception in interface ConsoleInterceptor
See Also:
ConsoleInterceptor.setupInterception()

giveupInterception

public final void giveupInterception()
(non-Javadoc)

Specified by:
giveupInterception in interface ConsoleInterceptor
See Also:
ConsoleInterceptor.giveupInterception()


Copyright © 2005 TheLittleContainer. All Rights Reserved.