org.ktc.rbutils.rb.generation
Class ConsoleLogger
java.lang.Object
org.ktc.rbutils.api.i18n.AbstractLocalized
org.ktc.rbutils.api.audit.AbstractDefaultLogger
org.ktc.rbutils.rb.generation.DefaultLogger
org.ktc.rbutils.rb.generation.ConsoleLogger
- All Implemented Interfaces:
- EventListener, Logger, Localized
public class ConsoleLogger
- extends DefaultLogger
Plain logger for text output. Messages will be directed to stdout
and errors to
stderr
.
- Since:
- RbUtils 0.3
- Version:
- $Revision: 1.1 $
- Author:
- ktcguru
- See Also:
DefaultLogger
Constructor Summary |
ConsoleLogger()
Instanciates a new ConsoleLogger with the super constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleLogger
public ConsoleLogger()
- Instanciates a new ConsoleLogger with the super constructor.
Copyright © 2005-2009 RbUtils Project. All Rights Reserved.